From 181f3bc46724c02ece80dc9333e3d65ccd70a5b6 Mon Sep 17 00:00:00 2001 From: Adinael Perez Date: Tue, 3 Oct 2023 18:41:07 -0700 Subject: [PATCH] web: Fix typo (#432) web: fix typo --- web/src/main/scala/net/wiringbits/I18nMessages.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/scala/net/wiringbits/I18nMessages.scala b/web/src/main/scala/net/wiringbits/I18nMessages.scala index 99957fbf..b2ea80ec 100644 --- a/web/src/main/scala/net/wiringbits/I18nMessages.scala +++ b/web/src/main/scala/net/wiringbits/I18nMessages.scala @@ -63,7 +63,7 @@ class I18nMessages(_lang: I18nLang) { def goingToBeRedirected = "You're going to be redirected" def emailHasBeenSent = "An email has been sent to your email with a URL to verify your account." def emailNotReceived = "If you haven't received the email after a few minutes, please check your spam folder" - def verifyingEmail = "We're verifing your email" + def verifyingEmail = "We're verifying your email" def waitAMomentPlease = "Wait a moment, please" def completeTheCaptcha = "Complete the captcha" def checkoutTheRepo = "Checkout the repository!"