diff --git a/translations.js b/translations.js index ed9f2192..39a6ca64 100644 --- a/translations.js +++ b/translations.js @@ -225,7 +225,7 @@ const addTranslation = (targetLang, key, source) => { targetLang )} for the key ${chalk.blueBright(key)}. The current ${ SOURCE_LANG.name - } translation is ${chalk.green(source[key])}`, + } translation is ${chalk.green(source[key])} \n`, }, ]); };