Skip to content

Commit

Permalink
fix(i18n) Changed case of "Files"
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven committed Jul 28, 2023
1 parent 67e1f5d commit f4a3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/actions/openInFilesAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { sharesViewId, sharedWithYouViewId, sharedWithOthersViewId, sharingByLin

export const action = new FileAction({
id: 'open-in-files',
displayName: () => t('files', 'Open in files'),
displayName: () => t('files', 'Open in Files'),
iconSvgInline: () => '',

enabled: (nodes, view) => [
Expand Down

0 comments on commit f4a3022

Please sign in to comment.