mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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:
parent
4d8d11d2f7
commit
8e5b642685
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue