Changed query parameter from kc_locale to ui_locales as suggested by stianst
This commit is contained in:
parent
a5dc91f9a6
commit
ebd02a1a7f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue