diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-09-19 11:36:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 11:36:39 +0200 |
commit | 57071228df8ae02c4f04a2479f5e670cbe9aaa88 (patch) | |
tree | dad35bf7218a0b22ec1e3ecc623288c4a9a45365 /apps/files/js | |
parent | 3950deb42fa9c7c5805e5047d07c988d59e57eb9 (diff) | |
download | nextcloud-server-57071228df8ae02c4f04a2479f5e670cbe9aaa88.tar.gz nextcloud-server-57071228df8ae02c4f04a2479f5e670cbe9aaa88.zip |
l10n: Correct text string
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files/js')
-rw-r--r-- | apps/files/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js index fee89cb523d..dcc294975b9 100644 --- a/apps/files/js/app.js +++ b/apps/files/js/app.js @@ -114,13 +114,13 @@ OCA.Files.FileList.MultiSelectMenuActions.ToggleSelectionModeAction, { name: 'delete', - displayName: t('files', 'Delete'), + displayName: t('files', 'Delete'), iconClass: 'icon-delete', order: 99, }, { name: 'tags', - displayName: 'Tags', + displayName: t('files', 'Tags'), iconClass: 'icon-tag', order: 100, }, |