diff --git a/app/views/notification_mailer/recording_ready_email.html.erb b/app/views/notification_mailer/recording_ready_email.html.erb index 46d399fe..29ef3d9c 100644 --- a/app/views/notification_mailer/recording_ready_email.html.erb +++ b/app/views/notification_mailer/recording_ready_email.html.erb @@ -21,26 +21,26 @@
<%= t('.hi', name: @user.name) %>
<%= t('.phrase1') %>
-<%= t('.table.name') %> | -<%= @recording[:name] %> | +<%= t('.table.name') %> | +<%= @recording[:name] %> |
<%= t('.table.length') %> | -<%= t('.table.length_value', value: @recording[:length]) %> | +<%= t('.table.length') %> | +<%= t('.table.length_value', value: @recording[:length]) %> |
<%= t('.table.started') %> | -<%= Time.parse(@recording[:start_time]).utc %> | +<%= t('.table.started') %> | +<%= Time.parse(@recording[:start_time]).utc %> |
<%= t('.table.ended') %> | -<%= Time.parse(@recording[:end_time]).utc %> | +<%= t('.table.ended') %> | +<%= Time.parse(@recording[:end_time]).utc %> |
<%= t('.table.users') %> | -<%= @recording[:participants] %> | +<%= t('.table.users') %> | +<%= @recording[:participants] %> |
<%= t('.phrase2') %>