diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2025-01-10 12:41:25 +0100 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2025-01-10 12:47:14 +0100 |
commit | 3d9ccc47c85cacc1817f41d486d0c17459a225c2 (patch) | |
tree | 8601fee0194f28ef6013bd2d95f5aeda78114f4f | |
parent | e2e1fdfe3720f827eca02e801bb88a252f63f693 (diff) | |
download | nextcloud-server-backport/50123/stable30.tar.gz nextcloud-server-backport/50123/stable30.zip |
fix(files): rename actions submenu back entrybackport/50123/stable30
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-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 bb7474f57b0..4927ae9f1a7 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 /> |