diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss
index 06900393..6d592f1d 100644
--- a/app/assets/stylesheets/landing.scss
+++ b/app/assets/stylesheets/landing.scss
@@ -21,6 +21,10 @@
width: 200px;
padding: 0;
}
+ .login-text {
+ font-size: 16px;
+ padding-right: 5px;
+ }
}
.rooms {
diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb
index 3441c8d8..43844364 100644
--- a/app/views/landing/index.html.erb
+++ b/app/views/landing/index.html.erb
@@ -42,7 +42,7 @@ with BigBlueButton; if not, see .
- <%= t('signup_description') %> <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %>
+ <%= t('login_description') %> <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %>
diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml
index 09ff4814..ceb2652d 100644
--- a/config/locales/en-us.yml
+++ b/config/locales/en-us.yml
@@ -97,7 +97,7 @@ en-US:
return_to_room: Return to your personal room
session_url_explanation: The meeting will be taking place using the following URL
signin_text: Log in with %{provider}
- signup_description: Login for customized sessions
+ login_description: Login for customized sessions
start: Start
start_meeting: Start Meeting
your_personal_room: Your Personal Room