Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1ee8f19 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

added appname

parent c691b774
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', function() {
	const googleContent = document.getElementById('google-content')

	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(translationKey)
	const translatedText = t('ecloud-accounts', translationKey)

	// eslint-disable-next-line no-console
	console.log('Translated text:', translatedText)