Lower i18n-helper#getMessage log level from error to warning

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 07ab613d4c
commit bd35728041
  1. 2
      ui/i18n-helper.js

@ -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…
Cancel
Save