aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2025-01-10 12:41:25 +0100
committernextcloud-command <nextcloud-command@users.noreply.github.com>2025-01-22 08:23:33 +0000
commit62809b5d7e66892fa2ab58879ac2d0425df1a474 (patch)
tree3df316d3849e77a6affb6aaebf2cadfacb11a6a0
parent71e6fbed6ef57ec57570c339ba3dd5c19b465034 (diff)
downloadnextcloud-server-62809b5d7e66892fa2ab58879ac2d0425df1a474.tar.gz
nextcloud-server-62809b5d7e66892fa2ab58879ac2d0425df1a474.zip
fix(files): rename actions submenu back entry
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 />