app/views/person_notify/setEmail.rhtml in parlement-0.11 vs app/views/person_notify/setEmail.rhtml in parlement-0.12
- old
+ new
@@ -1,24 +1,11 @@
-Welcome to <%= @app_name %>, <%= @name %>.
+<%= _('Welcome to %s') % @app_name %>, <%= @name %>.
-Please click on the following link to confirm your email:
-<a href="<%= @url%>">Click me!</a>
+<%= _('Please click on the following link to confirm your email:') %>
+<a href="<%= @url%>"><%= _('Click me!') %></a>
<%= @url %>
-If you received this email by mistake, just ignore it.
+<%= _('If you received this email by mistake, just ignore it.') %>
-Thank you
-
-====================================================================
-
-Bienvenue à <%= @app_name %>, <%= @name %>.
-
-Veuillez cliquer sur le lien ci dessous pour confirmer votre email:
-<a href="<%= @url%>">cliquez moi</a>
-
-<%= @url %>
-
-Si vous avez reçu ce mail par erreur, ignorez le tout simplement.
-
-Merci
+<%= _('Thank you') %>