From 1bba0b89854c9bcd5526afabf40fdd437e5ba5af Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 24 Jan 2021 17:03:10 +0900 Subject: [PATCH] Fix confirm message --- src/config/locales/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/locales/en/translation.json b/src/config/locales/en/translation.json index 83f8d480..0f844e2e 100644 --- a/src/config/locales/en/translation.json +++ b/src/config/locales/en/translation.json @@ -140,7 +140,7 @@ "description": "Enable spellchecker", "notice": "Requires relaunch", "confirm": { - "title": "Warning", + "title": "Confirm", "message": "You have to restart this application. Continue?", "ok": "Restart Now", "cancel": "Cancel" @@ -238,7 +238,7 @@ "language_description": "Choose the language you would like to use with Whalebird.", "notice": "Requires relaunch", "confirm": { - "title": "Warning", + "title": "Confirm", "message": "You have to restart this application. Continue?", "ok": "Restart Now", "cancel": "Cancel"