From 3467d4630af32446f8077c39844ff2a2eed91241 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Thu, 19 Jun 2025 09:53:44 +0800 Subject: [PATCH] fix(typo): Crtl -> Ctrl (https://github.com/cloudreve/cloudreve/issues/2509) --- src/component/FileManager/Explorer/EmptyFileList.tsx | 2 +- src/component/FileManager/TopBar/MoreActionMenu.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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