mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Default current locale in metamask reducer to empty string.
This commit is contained in:
parent
3ed9933adb
commit
08e67c4e4a
@ -46,7 +46,7 @@ function reduceMetamask (state, action) {
|
||||
networkEndpointType: OLD_UI_NETWORK_TYPE,
|
||||
isRevealingSeedWords: false,
|
||||
welcomeScreenSeen: false,
|
||||
currentLocale: 'ja',
|
||||
currentLocale: '',
|
||||
}, state.metamask)
|
||||
|
||||
switch (action.type) {
|
||||
|
Loading…
Reference in New Issue
Block a user