mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(typo): Crtl -> Ctrl (https://github.com/cloudreve/cloudreve/issues/2509)
This commit is contained in:
parent
769190f390
commit
3467d4630a
|
|
@ -146,7 +146,7 @@ export const SharedWithMeEmpty = () => {
|
|||
</ListItemIcon>
|
||||
<ListItemText>{t("application:fileManager.selectAll")}</ListItemText>
|
||||
<Typography variant="body2" color="text.secondary">
|
||||
<KeyIndicator>{isMacbook ? "⌘" : "Crtl"}</KeyIndicator>+<KeyIndicator>A</KeyIndicator>
|
||||
<KeyIndicator>{isMacbook ? "⌘" : "Ctrl"}</KeyIndicator>+<KeyIndicator>A</KeyIndicator>
|
||||
</Typography>
|
||||
</SquareMenuItem>
|
||||
<SquareMenuItem>
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ const MoreActionMenu = ({ onClose, ...rest }: MenuProps) => {
|
|||
</ListItemIcon>
|
||||
<ListItemText>{t("application:fileManager.selectAll")}</ListItemText>
|
||||
<Typography variant="body2" color="text.secondary">
|
||||
<KeyIndicator>{isMacbook ? "⌘" : "Crtl"}</KeyIndicator>+<KeyIndicator>A</KeyIndicator>
|
||||
<KeyIndicator>{isMacbook ? "⌘" : "Ctrl"}</KeyIndicator>+<KeyIndicator>A</KeyIndicator>
|
||||
</Typography>
|
||||
</SquareMenuItem>
|
||||
<SquareMenuItem onClick={onSelectNoneClicked}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue