summaryrefslogtreecommitdiff
path: root/www/templates/devoptions.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-21 09:31:05 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-21 09:31:05 -0400
commit846977faa53afb9390f7491880fde484afc3fe6b (patch)
tree4c3de1d9435d5d0613b8c9b42ed501a968aa90cc /www/templates/devoptions.html
parent8490d20a5f8cc7e6209bdd5736edadd959530ef2 (diff)
#353 - display server time zone
Former-commit-id: 444e179d5c12d1bbdafbb0f6cd5da70bd1254a76
Diffstat (limited to 'www/templates/devoptions.html')
-rw-r--r--www/templates/devoptions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html
index 6bb215fc..b0884da2 100644
--- a/www/templates/devoptions.html
+++ b/www/templates/devoptions.html
@@ -31,7 +31,7 @@
</label>
<label>
- <ion-toggle ng-model="loginData.useLocalTimeZone" ng-checked="{{loginData.useLocalTimeZone}}" ng-disabled="!isTzSupported()" toggle-class="toggle-calm">{{'kLocalTimeZone' | translate}}<span ng-if="!isTzSupported()"><p>your API doesn't support this</p></span></ion-toggle>
+ <ion-toggle ng-model="loginData.useLocalTimeZone" ng-checked="{{loginData.useLocalTimeZone}}" ng-disabled="!isTzSupported()" toggle-class="toggle-calm">{{'kLocalTimeZone' | translate}}<span ng-if="!isTzSupported()"><p>{{'kTimeZoneNotSupported' | translate}}</p></span><span ng-if="isTzSupported()"><p>{{'kServerTimeZone' | translate}}:{{getTimeZoneNow()}}</p></span></ion-toggle>
</label>
<div ng-if="$root.platformOS=='android'">