Skip to content

Commit

Permalink
fix(files): rename actions submenu back entry
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>

[skip ci]
  • Loading branch information
skjnldsv authored and backportbot[bot] committed Jan 10, 2025
1 parent 56aad77 commit 3b3b9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileEntry/FileEntryActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<template #icon>
<ArrowLeftIcon />
</template>
{{ actionDisplayName(openedSubmenu) }}
{{ t('files', 'Back') }}
</NcActionButton>
<NcActionSeparator />

Expand Down

0 comments on commit 3b3b9a1

Please sign in to comment.