User flow updates
This commit is contained in:
@@ -1,19 +1,24 @@
|
||||
en:
|
||||
devise:
|
||||
sign_in:
|
||||
title: Sign in
|
||||
remember_me: Remember me
|
||||
link: Sign in
|
||||
button: Sign in
|
||||
passwords:
|
||||
title: Recover password
|
||||
link: Recover password
|
||||
button: Send reset
|
||||
edit:
|
||||
title: Change your password
|
||||
button: Change password
|
||||
registrations:
|
||||
title: Sign up for mozo as a restaurant
|
||||
link: Sign up
|
||||
user:
|
||||
sign_in:
|
||||
title: Sign in
|
||||
remember_me: Remember me
|
||||
link: Sign in
|
||||
button: Sign in
|
||||
passwords:
|
||||
title: Recover password
|
||||
link: Recover password
|
||||
button: Send reset
|
||||
edit:
|
||||
title: Change your password
|
||||
button: Change password
|
||||
registrations:
|
||||
title: Sign up for mozo as a user
|
||||
link: Sign up
|
||||
button: Sign up
|
||||
confirmations:
|
||||
title: Resend confirmation instructions
|
||||
button: Resend confirmation instructions
|
||||
links:
|
||||
prefix: 'OR:'
|
||||
|
||||
@@ -1,19 +1,24 @@
|
||||
nl:
|
||||
devise:
|
||||
sign_in:
|
||||
title: Inloggen
|
||||
remember_me: Mij onthouden
|
||||
link: Inloggen
|
||||
button: Inloggen
|
||||
passwords:
|
||||
title: Wachtwoord vergeten
|
||||
link: Wachtwoord vergeten
|
||||
button: Stuur reset
|
||||
edit:
|
||||
title: Change your password
|
||||
button: Change password
|
||||
registrations:
|
||||
title: Aanmelden als restaurant
|
||||
link: Aanmelden
|
||||
user:
|
||||
sign_in:
|
||||
title: Inloggen
|
||||
remember_me: Mij onthouden
|
||||
link: Inloggen
|
||||
button: Inloggen
|
||||
passwords:
|
||||
title: Wachtwoord vergeten
|
||||
link: Wachtwoord vergeten
|
||||
button: Stuur reset
|
||||
edit:
|
||||
title: Change your password
|
||||
button: Change password
|
||||
registrations:
|
||||
title: Aanmelden als gebruiker
|
||||
link: Aanmelden
|
||||
button: Aanmelden
|
||||
confirmations:
|
||||
title: Resend confirmation instructions
|
||||
button: Resend confirmation instructions
|
||||
links:
|
||||
prefix: 'OF:'
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
en:
|
||||
mailer:
|
||||
supplier:
|
||||
creation:
|
||||
subject: 'Weklom bij mozo.bar'
|
||||
title: 'De aanmelding van %{name} bij mozo.bar is gelukt!'
|
||||
user:
|
||||
confirmation_instructions:
|
||||
salutation: Welcome to mozo.bar. You registered a new account as %{email}
|
||||
body: |
|
||||
Your registration at the moment is unconfirmed. To confirm your email, click on the following link:
|
||||
<a href="%{confirm_url}">Confirm %{unconfirmed_email}</a>
|
||||
@@ -4,3 +4,9 @@ nl:
|
||||
creation:
|
||||
subject: 'Weklom bij mozo.bar'
|
||||
title: 'De aanmelding van %{name} bij mozo.bar is gelukt!'
|
||||
user:
|
||||
confirmation_instructions:
|
||||
salutation: Welcome to mozo.bar. You registered a new account as %{email}
|
||||
body: |
|
||||
Your registration at the moment is unconfirmed. To confirm your email, click on the following link:
|
||||
<a href="%{confirm_url}">Confirm %{unconfirmed_email}>
|
||||
|
||||
Reference in New Issue
Block a user