Loading src/settings-user-migration.js +0 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,6 @@ document.addEventListener('DOMContentLoaded', function() { const translationKey = "If you see a \"Google hasn't verified this app\" message you can bypass it by clicking \"Advanced\". We're currently working on passing the certification Google demands to get rid of this message." const translatedText = t('ecloud-accounts', translationKey) // eslint-disable-next-line no-console console.log('Translated text:', translatedText) const newParagraph = document.createElement('p') newParagraph.textContent = '⚠️ ' + translatedText Loading Loading
src/settings-user-migration.js +0 −3 Original line number Diff line number Diff line Loading @@ -4,9 +4,6 @@ document.addEventListener('DOMContentLoaded', function() { const translationKey = "If you see a \"Google hasn't verified this app\" message you can bypass it by clicking \"Advanced\". We're currently working on passing the certification Google demands to get rid of this message." const translatedText = t('ecloud-accounts', translationKey) // eslint-disable-next-line no-console console.log('Translated text:', translatedText) const newParagraph = document.createElement('p') newParagraph.textContent = '⚠️ ' + translatedText Loading