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

l10n: Fix text string
This commit is contained in:
Joas Schilling 2022-09-27 11:25:11 +02:00 committed by GitHub
commit cbef32b6f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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