diff --git a/TRex/App/UI/Settings/ShortcutsSettingsView.swift b/TRex/App/UI/Settings/ShortcutsSettingsView.swift index 3ba4faf..91509aa 100644 --- a/TRex/App/UI/Settings/ShortcutsSettingsView.swift +++ b/TRex/App/UI/Settings/ShortcutsSettingsView.swift @@ -32,7 +32,7 @@ struct ShortcutsSettingsView: View { } } Divider() - Section(header: Text("Quick Action").bold(), footer: Text("Trigger with 􀆕+click on menu bar icon")) { + Section(header: Text("Quick Action").bold(), footer: Text("Trigger with ⌥+click on menu bar icon")) { EnumPicker(selected: $preferences.optionQuickAction, title: "") } Spacer()