diff --git a/apps/files/src/actions/editLocallyAction.ts b/apps/files/src/actions/editLocallyAction.ts index ae35b0ca4098a..25a90ca21b684 100644 --- a/apps/files/src/actions/editLocallyAction.ts +++ b/apps/files/src/actions/editLocallyAction.ts @@ -81,7 +81,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