GUAC-1229: Default to English until language fallback issues can be resolved.

This commit is contained in:
Michael Jumper
2015-06-12 11:08:06 -07:00
parent 26bdd3b418
commit 19e4b5496f

View File

@@ -127,7 +127,7 @@ angular.module('settings').provider('preferenceService', function preferenceServ
*
* @type String
*/
language : getDefaultLanguageKey()
language : 'en'
};