aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/Menu.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Menu.ts')
-rw-r--r--src/lib/Menu.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/Menu.ts b/src/lib/Menu.ts
index c206ea55d..5356ec2c6 100644
--- a/src/lib/Menu.ts
+++ b/src/lib/Menu.ts
@@ -221,10 +221,6 @@ const menuItems = defineMessages({
221 id: 'locked.touchId', 221 id: 'locked.touchId',
222 defaultMessage: 'Unlock with Touch ID', 222 defaultMessage: 'Unlock with Touch ID',
223 }, 223 },
224 touchIdPrompt: {
225 id: 'locked.touchIdPrompt',
226 defaultMessage: 'unlock via Touch ID',
227 },
228 tos: { 224 tos: {
229 id: 'menu.help.tos', 225 id: 'menu.help.tos',
230 defaultMessage: 'Terms of Service', 226 defaultMessage: 'Terms of Service',
@@ -848,7 +844,7 @@ class FranzMenu implements StoresProps {
848 visible: touchIdEnabled, 844 visible: touchIdEnabled,
849 click() { 845 click() {
850 systemPreferences 846 systemPreferences
851 .promptTouchID(intl.formatMessage(menuItems.touchIdPrompt)) 847 .promptTouchID(intl.formatMessage(menuItems.touchId))
852 .then(() => { 848 .then(() => {
853 actions.settings.update({ 849 actions.settings.update({
854 type: 'app', 850 type: 'app',