diff --git a/app/assets/stylesheets/common/base/login.scss b/app/assets/stylesheets/common/base/login.scss
index 7fbc598b424..3424a855792 100644
--- a/app/assets/stylesheets/common/base/login.scss
+++ b/app/assets/stylesheets/common/base/login.scss
@@ -85,6 +85,9 @@ $input-width: 220px;
form {
margin-top: 24px;
+ button.btn-primary {
+ margin-top: 10px;
+ }
label {
font-weight: bold;
}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index ee0efa85fd9..d59dc5cbbc9 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -832,10 +832,10 @@ en:
link_generated: "Invite link generated successfully!"
valid_for: "Invite link is only valid for this email address: %{email}"
bulk_invite:
- none: "You haven't invited anyone here yet. You can send individual invites, or invite a bunch of people at once by uploading a CSV file."
+ none: "You haven't invited anyone here yet. Send individual invites, or invite many people at once by uploading a CSV file."
text: "Bulk Invite from File"
success: "File uploaded successfully, you will be notified via message when the process is complete."
- error: "Sorry, file should be of csv format."
+ error: "Sorry, file should be CSV format."
password:
title: "Password"