Migrate more strings to translation keys (#11498)
This commit is contained in:
committed by
GitHub
parent
9329b896b3
commit
6b3243b27b
@@ -56,7 +56,7 @@ const getUIOnlyShortcuts = (): IKeyboardShortcuts => {
|
||||
default: {
|
||||
key: Key.ENTER,
|
||||
},
|
||||
displayName: _td("Complete"),
|
||||
displayName: _td("action|complete"),
|
||||
},
|
||||
[KeyBindingAction.ForceCompleteAutocomplete]: {
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user