summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/lang/locale-en.json2
-rw-r--r--www/templates/invalidapi.html6
2 files changed, 4 insertions, 4 deletions
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 @@
<br/>
<button class="button button-stable animated bounceInUp" ng-click="readFAQ()">
- {{'kInvalidAPIRead' | translate}}</button>
-
-
+ {{'kInvalidAPIRead' | translate}}</button> <button class="button button-stable animated bounceInUp" ng-click="openMenu()">
+ {{'kMenuOptions' | translate}}</button>
+
</span>
</center>
<br/>