From 57809655ad10ecf03e6d7c03bb9987fcdc179d01 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 12 May 2018 08:17:05 -0400 Subject: added menu button in invalid api --- www/lang/locale-en.json | 2 +- www/templates/invalidapi.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 80cf7cbd..da35e82c 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -174,7 +174,7 @@ "kIncreaseSize" :"increase size", "kInsertBasicAuthToken" :"Append basic auth token in images", "kInsertBasicAuthTokenNote" :"not a good idea if you are not using HTTPS", - "kInvalidAPIBody" :"API access failed. Please make sure your APIs are configured correctly and are accessible .Tap on the button below to read the instructions", + "kInvalidAPIBody" :"API access failed. Please make sure your APIs are configured correctly and are accessible.", "kInvalidAPIHeader" :"API Access Error", "kInvalidAPIRead" :"Read FAQ", "kLanguage" :"Language", diff --git a/www/templates/invalidapi.html b/www/templates/invalidapi.html index 032a8693..3a63e545 100644 --- a/www/templates/invalidapi.html +++ b/www/templates/invalidapi.html @@ -20,9 +20,9 @@
- - + {{'kInvalidAPIRead' | translate}} +
-- cgit v1.2.3