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

Commit 894f281b authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

text fix

parent 342f14a2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function() {

	// Create a new p element
	const newParagraph = document.createElement('p')
	newParagraph.textContent = '⚠️ ' + t("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")
	newParagraph.textContent = '⚠️ ' + t("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.")

	// Insert the p element before the h3 element
	googleContent.insertBefore(newParagraph, googleContent.querySelector('h3'))