From b50ec7b05e3953bc5d848401dc8ffbcece40a361 Mon Sep 17 00:00:00 2001 From: florie1706 Date: Sun, 5 Mar 2017 08:40:38 +0100 Subject: Change languages to their mother tongue --- www/js/DataModel.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/DataModel.js') 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' }, { -- cgit v1.2.3