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
Fix : strong HTML end tag
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet committed Sep 22, 2022
commit 9e4fe9dc49731cf22bade9fe3e905e1744408dd9
2 changes: 1 addition & 1 deletion apps/settings/src/components/UserList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<div class="subtitle">
<strong>
{{ t('settings', 'Display name') }}
<strong>
</strong>
</div>
{{ t('settings', 'Username') }}
</div>
Expand Down