-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
l10n: Fix text string #34134
l10n: Fix text string #34134
Conversation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
@CarlSchwan Please merge 😉. |
Please merge. |
@nickvergessen Please merge. It would be good if the amendment was also added to the NC 25 version. |
@@ -114,13 +114,13 @@ | |||
OCA.Files.FileList.MultiSelectMenuActions.ToggleSelectionModeAction, | |||
{ | |||
name: 'delete', | |||
displayName: t('files', 'Delete'), | |||
displayName: t('files', 'Delete'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
displayName: t('files', 'Delete'), | |
displayName: t('files', 'Delete'), |
iconClass: 'icon-delete', | ||
order: 99, | ||
}, | ||
{ | ||
name: 'tags', | ||
displayName: 'Tags', | ||
displayName: t('files', 'Tags'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
displayName: t('files', 'Tags'), | |
displayName: t('files', 'Tags'), |
/backport to stable25 |
Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com