mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix action for setting locale
This commit is contained in:
parent
3afe76bcba
commit
34692acdf9
@ -3,6 +3,7 @@
|
||||
## Current Master
|
||||
|
||||
- Improved performance of 3D fox logo.
|
||||
- Fix bug that prevents setting language locale in settings.
|
||||
|
||||
## 4.5.5 Fri Apr 06 2018
|
||||
|
||||
|
@ -358,7 +358,7 @@ function reduceMetamask (state, action) {
|
||||
welcomeScreenSeen: true,
|
||||
})
|
||||
|
||||
case action.SET_CURRENT_LOCALE:
|
||||
case actions.SET_CURRENT_LOCALE:
|
||||
return extend(metamaskState, {
|
||||
currentLocale: action.value,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user