Merge pull request #48836 from nextcloud/backport/48799/stable30

[stable30] fix(files_sharing): Add correct context to translation
This commit is contained in:
Ferdinand Thiessen 2024-10-23 22:52:36 +02:00 committed by GitHub
commit 61bb1c8d88
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