Merge pull request #48799 from nextcloud/fix/people-translation

fix(files_sharing): Add correct context to translation
This commit is contained in:
Ferdinand Thiessen 2024-10-22 03:54:27 +02:00 committed by GitHub
commit 68c73fbad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long