diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-24 08:00:47 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-12-24 08:00:47 -0500 |
| commit | c6b9e67c448c0b5619857af8e1431703fe15502e (patch) | |
| tree | 8beb76261397bc785259c1be2d7e680ebc31e2ad /www/lang | |
| parent | af230a2c247f087ef13e4f3a8fbc18ae598089fc (diff) | |
If API access errors, notify the user with a link to the FAQ #415
Diffstat (limited to 'www/lang')
| -rw-r--r-- | www/lang/locale-en.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 769631ba..77a33f8f 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -149,6 +149,9 @@ "kImpMsg5" :"Reported Version", "kImpMsg6" :"Recommended Version", "kImpMsg7" :"Ok, got it", + "kInvalidAPIHeader" : "Invalid API", + "kInvalidAPIBody" : "API access failed. Please make sure your APIs are configured correctly. Tap on the button below to read the instructions", + "kInvalidAPIRead" : "Read FAQ", "kIncreaseSize" :"increase size", "kLanguage" :"Language", "kLatestEvents" :"latest events", |
