summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
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'
},
{