fix(files_sharing): Add correct context to translation

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>
This commit is contained in:
Ferdinand Thiessen 2024-10-18 20:02:33 +02:00
parent 4d8d11d2f7
commit 8e5b642685

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