Skip to content

Commit

Permalink
Merge pull request #48836 from nextcloud/backport/48799/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(files_sharing): Add correct context to translation
  • Loading branch information
susnux authored Oct 23, 2024
2 parents 6ec1f76 + 84055b0 commit 61bb1c8
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 61bb1c8

Please sign in to comment.