diff options
Diffstat (limited to 'www/templates/first-use.html')
| -rw-r--r-- | www/templates/first-use.html | 4 |
1 files changed, 3 insertions, 1 deletions
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> |
