Skip to content

Commit

Permalink
Same change in editLocallyAction.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet authored Feb 29, 2024
1 parent 19260c7 commit f65d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/actions/editLocallyAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const openLocalClient = async function(path: string) {

export const action = new FileAction({
id: 'edit-locally',
displayName: () => t('files', 'Edit locally'),
displayName: () => t('files', 'Open locally'),
iconSvgInline: () => LaptopSvg,

// Only works on single files
Expand Down

0 comments on commit f65d549

Please sign in to comment.