Add help text to admin newsletter new
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
<%= back_link_to %>
|
<%= back_link_to %>
|
||||||
<h2><%= t("admin.newsletters.new.title") %></h2>
|
<h2><%= t("admin.newsletters.new.title") %></h2>
|
||||||
|
<p>
|
||||||
|
<%= t("admin.newsletters.new.header_footer_help_text_html",
|
||||||
|
link: link_to(t("admin.newsletters.new.image_link"),
|
||||||
|
admin_site_customization_images_path)) %>
|
||||||
|
</p>
|
||||||
|
|
||||||
<%= render "form" %>
|
<%= render "form" %>
|
||||||
|
|||||||
@@ -780,6 +780,8 @@ en:
|
|||||||
new:
|
new:
|
||||||
title: New newsletter
|
title: New newsletter
|
||||||
from: E-mail address that will appear as sending the newsletter
|
from: E-mail address that will appear as sending the newsletter
|
||||||
|
header_footer_help_text_html: "The heading and footer are the same for all emails, you can modify them on <code>app/views/layouts/mailer_header</code> and <code>app/views/layouts/mailer_footer</code>.<br>You can replace header image on %{link}."
|
||||||
|
image_link: "custom images"
|
||||||
edit:
|
edit:
|
||||||
title: Edit newsletter
|
title: Edit newsletter
|
||||||
show:
|
show:
|
||||||
@@ -794,7 +796,7 @@ en:
|
|||||||
segment_recipient: Recipients
|
segment_recipient: Recipients
|
||||||
from: E-mail address that will appear as sending the newsletter
|
from: E-mail address that will appear as sending the newsletter
|
||||||
body: Email content
|
body: Email content
|
||||||
body_help_text: This is how the users will see the email
|
body_help_text: This is how the users will see the email.
|
||||||
send_alert: Are you sure you want to send this newsletter to %{n} users?
|
send_alert: Are you sure you want to send this newsletter to %{n} users?
|
||||||
admin_notifications:
|
admin_notifications:
|
||||||
create_success: Notification created successfully
|
create_success: Notification created successfully
|
||||||
|
|||||||
@@ -779,6 +779,8 @@ es:
|
|||||||
new:
|
new:
|
||||||
title: Nueva newsletter
|
title: Nueva newsletter
|
||||||
from: Dirección de correo electrónico que aparecerá como remitente de la newsletter
|
from: Dirección de correo electrónico que aparecerá como remitente de la newsletter
|
||||||
|
header_footer_help_text_html: "El encabezado y pie son los mismos en todos los emails, puedes modificarlos en <code>app/views/layouts/mailer_header</code> y <code>app/views/layouts/mailer_footer</code>.<br>Puedes reemplazar la imagen del encabezado en %{link}."
|
||||||
|
image_link: "personalizar imágenes"
|
||||||
edit:
|
edit:
|
||||||
title: Editar newsletter
|
title: Editar newsletter
|
||||||
show:
|
show:
|
||||||
@@ -793,7 +795,7 @@ es:
|
|||||||
segment_recipient: Destinatarios
|
segment_recipient: Destinatarios
|
||||||
from: Dirección de correo electrónico que aparecerá como remitente de la newsletter
|
from: Dirección de correo electrónico que aparecerá como remitente de la newsletter
|
||||||
body: Contenido del email
|
body: Contenido del email
|
||||||
body_help_text: Así es como verán el email los usuarios
|
body_help_text: Así es como verán el email los usuarios.
|
||||||
send_alert: "¿Estás seguro/a de que quieres enviar esta newsletter a %{n} usuarios?"
|
send_alert: "¿Estás seguro/a de que quieres enviar esta newsletter a %{n} usuarios?"
|
||||||
admin_notifications:
|
admin_notifications:
|
||||||
create_success: Notificación creada correctamente
|
create_success: Notificación creada correctamente
|
||||||
|
|||||||
Reference in New Issue
Block a user