Browse Source

chore(settings): Rename "User backend" to "Account backend"

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/45398/head
Christopher Ng 4 weeks ago
parent
commit
6815d5b8aa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/settings/src/components/Users/UserListHeader.vue

+ 1
- 1
apps/settings/src/components/Users/UserListHeader.vue View File

@@ -81,7 +81,7 @@
data-cy-user-list-header-storage-location
scope="col">
<span v-if="showConfig.showUserBackend">
{{ t('settings', 'User backend') }}
{{ t('settings', 'Account backend') }}
</span>
<span v-if="showConfig.showStoragePath"
class="header__subtitle">

Loading…
Cancel
Save