Skip to content

Commit

Permalink
Merge pull request #48799 from nextcloud/fix/people-translation
Browse files Browse the repository at this point in the history
fix(files_sharing): Add correct context to translation
  • Loading branch information
susnux authored Oct 22, 2024
2 parents 2c5c31f + 4bed6a2 commit 68c73fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<template>
<FileListFilter class="file-list-filter-accounts"
:is-active="selectedAccounts.length > 0"
:filter-name="t('files', 'People')"
:filter-name="t('files_sharing', 'People')"
@reset-filter="resetFilter">
<template #icon>
<NcIconSvgWrapper :path="mdiAccountMultiple" />
Expand Down
4 changes: 2 additions & 2 deletions dist/files_sharing-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files_sharing-init.js.map

Large diffs are not rendered by default.

0 comments on commit 68c73fb

Please sign in to comment.