From 73ea415e95d6b561b82ce675f418e78306a7a285 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 25 Dec 2015 16:52:04 -0800 Subject: [PATCH] i18n ConfirmationDialogView // FREEBIE --- _locales/en/messages.json | 6 ++++++ background.html | 4 ++-- js/views/confirmation_dialog_view.js | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7a1e4ac17..2b049008d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1,4 +1,10 @@ { + "ok": { + "message": "OK" + }, + "cancel": { + "message": "Cancel" + }, "failedToSend": { "message": "Failed to send to some recipients." }, diff --git a/background.html b/background.html index 012e91218..32cecaca9 100644 --- a/background.html +++ b/background.html @@ -76,8 +76,8 @@