Merge pull request #4650 from chrismeyersfsu/fix-4047

better empty list error message
This commit is contained in:
Chris Meyers
2017-01-11 09:05:58 -05:00
committed by GitHub

View File

@@ -121,6 +121,7 @@ export default
organizations: {
awToolTip: i18n._('Please save before assigning to organizations'),
basePath: 'api/v1/users/{{$stateParams.user_id}}/organizations',
emptyListText: i18n._('Please add user to an Organization.'),
search: {
page_size: '10'
},