diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2023-01-09 21:41:28 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-01-09 20:58:34 +0000 |
commit | 27b4b7346c28f63a24d165a82878531a79fed6ff (patch) | |
tree | 9e247686a91b4efc1e87f729fccbf006380d2847 /apps/files | |
parent | 79f1c30a31f9453b119f9e9880a6308a86c78b39 (diff) | |
download | nextcloud-server-27b4b7346c28f63a24d165a82878531a79fed6ff.tar.gz nextcloud-server-27b4b7346c28f63a24d165a82878531a79fed6ff.zip |
l10n: Change to uppercase
This is the application name, which should be capitalized.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/src/views/Navigation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/views/Navigation.vue b/apps/files/src/views/Navigation.vue index 05fc7cdacd2..074bee0b010 100644 --- a/apps/files/src/views/Navigation.vue +++ b/apps/files/src/views/Navigation.vue @@ -45,7 +45,7 @@ <!-- Settings toggle --> <template #footer> <ul class="app-navigation-entry__settings"> - <NcAppNavigationItem :aria-label="t('files', 'Open the files app settings')" + <NcAppNavigationItem :aria-label="t('files', 'Open the Files app settings')" :title="t('files', 'Files settings')" data-cy-files-navigation-settings-button @click.prevent.stop="openSettings"> |