File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
apps/settings/src/components/Users Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828 </th >
2929 <td class =" footer__cell footer__cell--loading" >
3030 <NcLoadingIcon v-if =" loading"
31- :title =" t('settings', 'Loading users …')"
31+ :title =" t('settings', 'Loading accounts …')"
3232 :size =" 32" />
3333 </td >
3434 <td class =" footer__cell footer__cell--count footer__cell--multiline" >
@@ -73,8 +73,8 @@ export default Vue.extend({
7373 if (this .loading ) {
7474 return this .n (
7575 ' settings' ,
76- ' {userCount} user …' ,
77- ' {userCount} users …' ,
76+ ' {userCount} account …' ,
77+ ' {userCount} accounts …' ,
7878 this .filteredUsers .length ,
7979 {
8080 userCount: this .filteredUsers .length ,
@@ -83,8 +83,8 @@ export default Vue.extend({
8383 }
8484 return this .n (
8585 ' settings' ,
86- ' {userCount} user ' ,
87- ' {userCount} users ' ,
86+ ' {userCount} account ' ,
87+ ' {userCount} accounts ' ,
8888 this .filteredUsers .length ,
8989 {
9090 userCount: this .filteredUsers .length ,
Original file line number Diff line number Diff line change 104104 data-cy-user-list-header-actions
105105 scope =" col" >
106106 <span class =" hidden-visually" >
107- {{ t('settings', 'User actions') }}
107+ {{ t('settings', 'Account actions') }}
108108 </span >
109109 </th >
110110 </tr >
Original file line number Diff line number Diff line change 120120 <template v-if =" editing " >
121121 <label class =" hidden-visually"
122122 :for =" 'groups' + uniqueId" >
123- {{ t('settings', 'Add user to group') }}
123+ {{ t('settings', 'Add account to group') }}
124124 </label >
125125 <NcSelect data-cy-user-list-input-groups
126126 :data-loading =" loading.groups || undefined"
You can’t perform that action at this time.
0 commit comments