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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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, |
|
|
|
}, |
|
|
|
|