aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/actions.js b/ui/app/actions.js
index 0c0b97a98..58240054d 100644
--- a/ui/app/actions.js
+++ b/ui/app/actions.js
@@ -1803,9 +1803,9 @@ function setUseBlockie (val) {
function updateCurrentLocale (key) {
return (dispatch) => {
dispatch(actions.showLoadingIndication())
- log.debug(`background.updateCurrentLocale`)
fetchLocale(key)
.then((localeMessages) => {
+ log.debug(`background.setCurrentLocale`)
background.setCurrentLocale(key, (err) => {
dispatch(actions.hideLoadingIndication())
if (err) {