aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2025-01-10 12:41:25 +0100
committerskjnldsv <skjnldsv@protonmail.com>2025-01-10 12:47:14 +0100
commit3d9ccc47c85cacc1817f41d486d0c17459a225c2 (patch)
tree8601fee0194f28ef6013bd2d95f5aeda78114f4f
parente2e1fdfe3720f827eca02e801bb88a252f63f693 (diff)
downloadnextcloud-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.vue2
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 />