Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n fixed mistake in es.yml causing error on invite! #845

Merged
merged 1 commit into from Mar 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/locales/es.yml
Expand Up @@ -18,7 +18,7 @@ es:
mailer:
invitation_instructions:
subject: "Instruciones de la invitación"
hello: "Estimada/o %{nombre}"
hello: "Hola %{email}"
someone_invited_you: "Has sido invitado a %{url}, puedes aceptarlo siguiendo el siguiente enlace"
accept: "Aceptar la invitación"
accept_until: "Esta invitación expirará en %{due_date}."
Expand All @@ -28,4 +28,4 @@ es:
devise:
mailer:
invitation_instructions:
accept_until_format: "%d de %B de %Y, %H:%M"
accept_until_format: "%d de %B de %Y, %H:%M"