Skip to content

Commit

Permalink
fix(i18n) Fixed grammar
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven committed Jul 19, 2023
1 parent eaf19c4 commit 83330f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/src/components/UserList.vue
Expand Up @@ -58,7 +58,7 @@

<template #before>
<caption class="hidden-visually">
{{ t('settings', 'List of users. This list is not fully rendered for performances reasons. The users will be rendered as you navigate through the list.') }}
{{ t('settings', 'List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.') }}
</caption>
<UserListHeader :has-obfuscated="hasObfuscated" />
</template>
Expand Down

0 comments on commit 83330f3

Please sign in to comment.