mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Merge pull request #5534 from whymarrh/i18n-warnings
Lower i18n-helper#getMessage log level from error to warning
This commit is contained in:
commit
8bccb88132
@ -13,7 +13,7 @@ const getMessage = (locale, key, substitutions) => {
|
||||
return null
|
||||
}
|
||||
if (!locale[key]) {
|
||||
log.error(`Translator - Unable to find value for key "${key}"`)
|
||||
log.warn(`Translator - Unable to find value for key "${key}"`)
|
||||
return null
|
||||
}
|
||||
const entry = locale[key]
|
||||
|
Loading…
Reference in New Issue
Block a user