minor copyedit
This commit is contained in:
parent
3e4dd513c9
commit
311b983c59
|
@ -85,6 +85,9 @@ $input-width: 220px;
|
|||
|
||||
form {
|
||||
margin-top: 24px;
|
||||
button.btn-primary {
|
||||
margin-top: 10px;
|
||||
}
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -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 <a href='https://meta.discourse.org/t/send-bulk-invites/16468'>uploading a CSV file</a>."
|
||||
none: "You haven't invited anyone here yet. Send individual invites, or invite many people at once by <a href='https://meta.discourse.org/t/send-bulk-invites/16468'>uploading a CSV file</a>."
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue