Changed query parameter from kc_locale to ui_locales as suggested by stianst

This commit is contained in:
Ramiro Sánchez 2015-10-23 14:21:59 +02:00
parent a5dc91f9a6
commit ebd02a1a7f

View file

@ -169,7 +169,7 @@
} }
if (options && options.locale) { if (options && options.locale) {
url += '&kc_locale=' + options.locale; url += '&ui_locales=' + options.locale;
} }
return url; return url;