diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2025-01-10 12:41:25 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-10 11:44:31 +0000 |
commit | f454869332a30f3a9007cbb70d0bb1cd1ff7cc56 (patch) | |
tree | 1b36820d34873587f7e48b1a08ba01dda033e6d8 /apps/files/src | |
parent | 11aeefaf04272fdfca07c7517ac2934f63f2cbd6 (diff) | |
download | nextcloud-server-f454869332a30f3a9007cbb70d0bb1cd1ff7cc56.tar.gz nextcloud-server-f454869332a30f3a9007cbb70d0bb1cd1ff7cc56.zip |
fix(files): rename actions submenu back entrybackport/50123/master
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r-- | apps/files/src/components/FileEntry/FileEntryActions.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/FileEntry/FileEntryActions.vue b/apps/files/src/components/FileEntry/FileEntryActions.vue index 7d28b5b8324..4e7bec88452 100644 --- a/apps/files/src/components/FileEntry/FileEntryActions.vue +++ b/apps/files/src/components/FileEntry/FileEntryActions.vue @@ -52,7 +52,7 @@ <template #icon> <ArrowLeftIcon /> </template> - {{ actionDisplayName(openedSubmenu) }} + {{ t('files', 'Back') }} </NcActionButton> <NcActionSeparator /> |