diff options
| author | florie1706 <florian.dester@web.de> | 2017-03-05 08:40:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-05 08:40:38 +0100 |
| commit | b50ec7b05e3953bc5d848401dc8ffbcece40a361 (patch) | |
| tree | c0c4aa9b424bf6cff47b40d41cc41cdd0522c341 /www | |
| parent | b4872b1bbcb7b4d53fde81218929851104f405b3 (diff) | |
Change languages to their mother tongue
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/DataModel.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 3af2762b..7804bfdd 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -43,16 +43,16 @@ angular.module('zmApp.controllers') }, { - text: 'French', + text: 'Français', value: 'fr' }, { - text: 'German', + text: 'Deutsch', value: 'de' }, { - text: 'Italian', + text: 'Italiano', value: 'it' }, { |
