Skip to content

Commit

Permalink
web: Fix typo (#432)
Browse files Browse the repository at this point in the history
web: fix typo
  • Loading branch information
adinael authored Oct 4, 2023
1 parent 8e7e93b commit 181f3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/scala/net/wiringbits/I18nMessages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

1 comment on commit 181f3bc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Preview ready at https://master.sssppa.wiringbits.dev

Powered by https://codepreview.io community edition.

Please sign in to comment.