Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
User list : Invert user name and display name
Signed-off-by: Jérôme Herbinet [email protected]
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Sep 22, 2022
commit 1e9fd662a30bc4f2d406a5e9a89ecbb83bd61841
7 changes: 4 additions & 3 deletions apps/settings/src/components/UserList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,12 @@
class="row">
<div id="headerAvatar" class="avatar" />
<div id="headerName" class="name">
{{ t('settings', 'Username') }}

<div class="subtitle">
{{ t('settings', 'Display name') }}
<strong>
{{ t('settings', 'Display name') }}
<strong>
</div>
{{ t('settings', 'Username') }}
</div>
<div id="headerPassword" class="password">
{{ t('settings', 'Password') }}
Expand Down