mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1229: Default to English until language fallback issues can be resolved.
This commit is contained in:
@@ -127,7 +127,7 @@ angular.module('settings').provider('preferenceService', function preferenceServ
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
language : getDefaultLanguageKey()
|
||||
language : 'en'
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user