summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2017-03-05 07:25:38 -0500
committerGitHub <noreply@github.com>2017-03-05 07:25:38 -0500
commit78b01be6baca305a773bc314c04787871dc8acb5 (patch)
treec0c4aa9b424bf6cff47b40d41cc41cdd0522c341
parentb4872b1bbcb7b4d53fde81218929851104f405b3 (diff)
parentb50ec7b05e3953bc5d848401dc8ffbcece40a361 (diff)
Merge pull request #493 from florie1706/patch-1
Change languages to their mother tongue
-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'
},
{