Remove time limit in mailer
This commit is contained in:
parent
2aa5891e32
commit
14dacf02c1
|
@ -6,7 +6,7 @@
|
||||||
Определянето на датата и часа на провеждане все още предстои.
|
Определянето на датата и часа на провеждане все още предстои.
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
Моля, потвърдете Вашето участие възможно най-скоро /до петък, 13ти октомври/ като кликнете на следния линк:
|
Моля, потвърдете Вашето участие възможно най-скоро като кликнете на следния линк:
|
||||||
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
|
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
|
||||||
|
|
||||||
С приложения QR код към този имейл ще можете да достъпите формуляра за обратна връзка на предложеното от Вас събитие. Моля, включете го в презентацията си.
|
С приложения QR код към този имейл ще можете да достъпите формуляра за обратна връзка на предложеното от Вас събитие. Моля, включете го в презентацията си.
|
||||||
|
|
|
@ -6,7 +6,7 @@ It has been scheduled for <%= I18n.l @event.slot.starts_at, format: :long %>.
|
||||||
It has not been scheduled yet.
|
It has not been scheduled yet.
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
To confirm your participation please follow the link below as soon as you can /before Friday, October 13th/:
|
To confirm your participation please follow the link below as soon as you can:
|
||||||
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
|
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
|
||||||
|
|
||||||
We kindly request that you ensure the inclusion of the QR code attached to this email in your presentation. It links directly to the feedback form for your presentation, making it easier for attendees to provide valuable insights.
|
We kindly request that you ensure the inclusion of the QR code attached to this email in your presentation. It links directly to the feedback form for your presentation, making it easier for attendees to provide valuable insights.
|
||||||
|
|
Loading…
Reference in New Issue