]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(files_sharing): Add correct context to translation
authorFerdinand Thiessen <opensource@fthiessen.de>
Fri, 18 Oct 2024 18:02:33 +0000 (20:02 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 21 Oct 2024 10:46:56 +0000 (12:46 +0200)
This string is extracted in the `files_sharing` app so it needs to be accessed there and not on `files`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/files_sharing/src/components/FileListFilterAccount.vue

index 11330c500ab811bbb6ab625fe1f5b18793ab98d7..9d69d70fa3f71de0631c19beb6b3421c88932375 100644 (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" />