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

Commit 342f14a2 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

fix trans

parent af9e71c7
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@
		"Captcha is not verified!": "Captcha wird nicht überprüft!",
		"A server-side error occurred while processing your request! Please try again later.": "Ein serverseitiger Fehler ist bei der Bearbeitung Ihrer Anfrage aufgetreten! Bitte versuchen Sie es später noch einmal.",
		"An error occurred while creating your account!": "Beim Anlegen Ihres Kontos ist ein Fehler aufgetreten!",
		"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.":"Wenn Sie eine Nachricht sehen, die besagt \"Google hasn't verified this app\", können Sie diese ignorieren, indem Sie auf \"Advanced\" klicken. Wir arbeiten derzeit daran, die erforderliche Zertifizierung von Google zu erhalten, um diese Nachricht zu entfernen.",
		"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.":"Wenn du eine Nachricht siehst, die besagt \"Google hasn't verified this app\", kannst du sie ignorieren, indem du auf \"Advanced\" klickst. Wir arbeiten derzeit daran, die erforderliche Zertifizierung von Google zu erhalten, um diese Nachricht zu entfernen."
	},
	"pluralForm": "nplurals=2; plural=(n != 1);"
+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'))