summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorflorie1706 <florian.dester@web.de>2017-03-05 08:40:38 +0100
committerGitHub <noreply@github.com>2017-03-05 08:40:38 +0100
commitb50ec7b05e3953bc5d848401dc8ffbcece40a361 (patch)
treec0c4aa9b424bf6cff47b40d41cc41cdd0522c341 /www
parentb4872b1bbcb7b4d53fde81218929851104f405b3 (diff)
Change languages to their mother tongue
Diffstat (limited to 'www')
-rwxr-xr-xwww/js/DataModel.js6
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'
},
{