Merge pull request #34134 from nextcloud/Valdnet-patch-4

l10n: Fix text string
pull/34287/head
Joas Schilling 4 years ago committed by GitHub
commit cbef32b6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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