diff options
| -rw-r--r-- | www/lang/locale-en.json | 1 | ||||
| -rw-r--r-- | www/templates/first-use.html | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/lang/locale-en.json b/www/lang/locale-en.json index 898a30e3..843d110f 100644 --- a/www/lang/locale-en.json +++ b/www/lang/locale-en.json @@ -49,6 +49,7 @@ "kCycleMonitors" :"cycle monitors", "kCycleMonitorsInterval" :"monitor cycle interval", "kCycleMontageInterval" :"montage cycle interval", + "kDataPrivacy" : "Data Privacy", "kDay" :"Day", "kDecreaseSize" :"decrease size", "kDelete" :"Delete", diff --git a/www/templates/first-use.html b/www/templates/first-use.html index aa1475bf..543a815f 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -29,8 +29,10 @@ <br/> <center> <button class="button button-clear icon icon-left ion-android-globe white-button-text animated bounceInUp" ng-click="switchLang()"> - {{'kLanguage' | translate}} + {{'kLanguage' | translate}} </button> + <br/> + <small><a style="text-decoration:none; color:white" href="#" onclick="window.open('https://medium.com/@pliablepixels/zmninja-privacy-and-your-data-22fd302695ad', '_blank', 'location=yes'); return false;">{{'kDataPrivacy' | translate}}</a></small> </center> </div> </center> |
