diff --git a/app/views/landing/rooms.html.erb b/app/views/landing/rooms.html.erb index d0ed1226..a04051cf 100644 --- a/app/views/landing/rooms.html.erb +++ b/app/views/landing/rooms.html.erb @@ -32,10 +32,10 @@
<%= t('date_recorded') %> | -<%= t('meeting') %> | +<%= t('name') %> | <%= t('thumbnails') %> | <%= t('duration') %> | -<%= t('watch') %> | +<%= t('visibility') %> | published | <%= t('actions') %> | diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml index 4a479516..773e7048 100644 --- a/config/locales/en-us.yml +++ b/config/locales/en-us.yml @@ -95,6 +95,7 @@ en-US: subject: "%{user} invited you to a meeting" moderator_default_message: Invitation link - %{url} my_room: my room + name: Name no: No notification_mailer: recording_ready_email:
---|