From 8ad0432e89432985d2545cd131aaed5d44b4c097 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 15 Nov 2016 10:08:51 -0500 Subject: [PATCH] (i18n) Add missing string on login page --- UI/MainUI/English.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/MainUI/English.lproj/Localizable.strings b/UI/MainUI/English.lproj/Localizable.strings index 967f3ddd8..c7d1f685e 100644 --- a/UI/MainUI/English.lproj/Localizable.strings +++ b/UI/MainUI/English.lproj/Localizable.strings @@ -15,6 +15,7 @@ "Authentication Failed" = "Authentication Failed"; "Wrong username or password." = "Wrong username or password."; +"Retry" = "Retry"; "cookiesNotEnabled" = "You cannot login because your browser's cookies are disabled. Please enable cookies in your browser's settings and try again."; "browserNotCompatible" = "We've detected that your browser version is currently not supported on this site. Our recommendation is to use Firefox. Click on the link below to download the most current version of this browser."; "alternativeBrowsers" = "Alternatively, you can also use the following compatible browsers";