Skip to content

Commit

Permalink
Added application url to welcome email text
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaCheca committed Apr 30, 2018
1 parent c6e0c5f commit 701ecba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/locales/mailers.en.yml
Expand Up @@ -20,7 +20,7 @@ en:
text5: "Title: "
text6: "Description: "
text7: "Date and time: "
text8: "Adrress: "
text8: "Address: "
text9: "Reasons: "
notice: "Enter the Agendas application to see all the details and be able to process the application.."
declined_at: "On %{declined_at}"
Expand Down Expand Up @@ -89,7 +89,7 @@ en:
text5: "Password: "
text6: "Remember to change the password the first time you access the application."
text7: "You must submit a new responsible statement, for any modification in the data presented or to request the cancellation of this registration."
text8: "Through the Registration of Lobbies application: "
text8: "Through the Registration of Lobbies application (https://registrodelobbies.madrid.es): "
text9: "You must register the data of people who can attend meetings by the lobby (agents)."
text10: "You can request meetings"
text11: "You can manage the areas of interest for sending notices."
Expand Down
2 changes: 1 addition & 1 deletion config/locales/mailers.es.yml
Expand Up @@ -91,7 +91,7 @@ es:
text5: "Contraseña: "
text6: "Recuerde cambiar la contraseña la primera vez que acceda al aplicativo."
text7: "Deberá presentar una nueva declaración responsable, para cualquier modificación en los datos presentados o para solicitar la baja de esta inscripción."
text8: "A través de la aplicación Registro de Lobbies: "
text8: "A través de la aplicación Registro de Lobbies (https://registrodelobbies.madrid.es): "
text9: "Deberá dar de alta los datos de personas que pueden asistir a reuniones por parte del lobby (agentes)."
text10: "Podrá solicitar reuniones"
text11: "Podrá gestionar las áreas de interés para el envío de avisos."
Expand Down
2 changes: 1 addition & 1 deletion spec/mailers/organization_mailer_spec.rb
Expand Up @@ -41,7 +41,7 @@
end

it "should include features of lobbies registry" do
expect(mail.body).to match(I18n.t('mailers.create_organization.text8'))
expect(mail.body).to include(I18n.t('mailers.create_organization.text8'))
expect(mail.body).to include(I18n.t('mailers.create_organization.text9'))
expect(mail.body).to match(I18n.t('mailers.create_organization.text10'))
expect(mail.body).to match(I18n.t('mailers.create_organization.text11'))
Expand Down

0 comments on commit 701ecba

Please sign in to comment.