diff --git a/apps/files/src/actions/editLocallyAction.ts b/apps/files/src/actions/editLocallyAction.ts index f52f8191df87e..123ced364bc70 100644 --- a/apps/files/src/actions/editLocallyAction.ts +++ b/apps/files/src/actions/editLocallyAction.ts @@ -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