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]>
  • Loading branch information
skjnldsv committed Jan 10, 2025
1 parent 0d5acfe commit d999458
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 d999458

Please sign in to comment.