1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Default current locale in metamask reducer to empty string.

This commit is contained in:
Dan 2018-03-23 14:29:59 -02:30
parent 3ed9933adb
commit 08e67c4e4a

View File

@ -46,7 +46,7 @@ function reduceMetamask (state, action) {
networkEndpointType: OLD_UI_NETWORK_TYPE, networkEndpointType: OLD_UI_NETWORK_TYPE,
isRevealingSeedWords: false, isRevealingSeedWords: false,
welcomeScreenSeen: false, welcomeScreenSeen: false,
currentLocale: 'ja', currentLocale: '',
}, state.metamask) }, state.metamask)
switch (action.type) { switch (action.type) {