Browse Source

l10n: Correct text string

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
pull/34134/head
Valdnet 3 years ago
committed by GitHub
parent
commit
57071228df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/files/js/app.js

4
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,
},

Loading…
Cancel
Save