Skip to content

Commit

Permalink
fix: wording of undo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZKLlab authored Feb 20, 2023
1 parent cf3432a commit a3a5a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index/components/layouts/PageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
name: 'PageHeader',
data() {
return {
undoTitle: isMacLike ? '撤销 ⌘Z' : '重做 Ctrl+Z',
undoTitle: isMacLike ? '撤销 ⌘Z' : '撤销 Ctrl+Z',
redoTitle: isMacLike ? '重做 ⇧⌘Z' : '恢复 Ctrl+Y',
};
},
Expand Down

0 comments on commit a3a5a6d

Please sign in to comment.