Skip to content

Commit

Permalink
fix(files_sharing): Get FileList account filter button translation fr…
Browse files Browse the repository at this point in the history
…om the correct translation source

Signed-off-by: Faisal Alghamdi <[email protected]>
  • Loading branch information
falghamdi125 committed Oct 18, 2024
1 parent 91614c2 commit b2a5800
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b2a5800

Please sign in to comment.