diff --git a/src/component/FileManager/Explorer/EmptyFileList.tsx b/src/component/FileManager/Explorer/EmptyFileList.tsx index c3e5d62..3ffba71 100644 --- a/src/component/FileManager/Explorer/EmptyFileList.tsx +++ b/src/component/FileManager/Explorer/EmptyFileList.tsx @@ -146,7 +146,7 @@ export const SharedWithMeEmpty = () => { {t("application:fileManager.selectAll")} - {isMacbook ? "⌘" : "Crtl"}+A + {isMacbook ? "⌘" : "Ctrl"}+A diff --git a/src/component/FileManager/TopBar/MoreActionMenu.tsx b/src/component/FileManager/TopBar/MoreActionMenu.tsx index 2836ac5..11d0586 100644 --- a/src/component/FileManager/TopBar/MoreActionMenu.tsx +++ b/src/component/FileManager/TopBar/MoreActionMenu.tsx @@ -111,7 +111,7 @@ const MoreActionMenu = ({ onClose, ...rest }: MenuProps) => { {t("application:fileManager.selectAll")} - {isMacbook ? "⌘" : "Crtl"}+A + {isMacbook ? "⌘" : "Ctrl"}+A