diff --git a/app/views/landing/meetings.html.erb b/app/views/landing/meetings.html.erb
index 6763a45c..14785810 100644
--- a/app/views/landing/meetings.html.erb
+++ b/app/views/landing/meetings.html.erb
@@ -1,26 +1,17 @@
<% content_for :title do %>
- <%= t('hi_all') %>
+
<%= t('join_session_id', id: @meeting_id) %>
-
- <%= t('session_url_explanation') %>
-
-<% end %>
-
-<% if !@meeting_id %>
- <% content_for :footer do %>
-
- <% end %>
<% end %>
<% content_for :footer do %>
<% end %>
@@ -31,7 +22,7 @@
<%= render layout: 'shared/center_panel' do %>
- <%= render 'shared/meeting_url', hidden: false %>
+ <%= render 'shared/meeting_url', hidden: true %>
<%= render 'shared/join_form' %>
<% end %>
diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml
index 38c106bb..465f63b5 100644
--- a/config/locales/en-us.yml
+++ b/config/locales/en-us.yml
@@ -45,6 +45,7 @@ en-US:
hi_all: Hi Everyone
join: Join
join_session: Join the current session
+ join_session_id: Join %{id}
join_session_user: Join %{name} session
login: login
logout: logout
@@ -55,6 +56,7 @@ en-US:
powered_bigbluebutton: Powered by BigBlueButton
presentation: Presentation
refresh_html:
Click refresh to generate a new meeting URL
+ return_to_room: Return to your personal room
session_url_explanation: The session will be taking place using the following URL
start: Start
start_new_session: Start a new session