diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-12 08:17:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-12 08:17:05 -0400 |
| commit | 57809655ad10ecf03e6d7c03bb9987fcdc179d01 (patch) | |
| tree | 85720b76efe07e211f57569b61141cd007f8c6b1 | |
| parent | 0d81a588d42c73c92d313f853461b433f8543ae4 (diff) | |
added menu button in invalid api
| -rw-r--r-- | www/lang/locale-en.json | 2 | ||||
| -rw-r--r-- | www/templates/invalidapi.html | 6 |
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/> |
