mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
Merge pull request #2789 from lukegb/patch-1
makes upload buttons less shouty
This commit is contained in:
commit
37acc5a1c3
|
@ -479,7 +479,7 @@ en:
|
|||
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 bulk invite file</a>."
|
||||
text: "Bulk Invite from File"
|
||||
uploading: "UPLOADING"
|
||||
uploading: "Uploading..."
|
||||
success: "File uploaded successfully, you will be notified shortly with progress."
|
||||
error: "There was an error uploading '{{filename}}': {{message}}"
|
||||
|
||||
|
@ -1613,8 +1613,8 @@ en:
|
|||
filename: "Filename"
|
||||
size: "Size"
|
||||
upload:
|
||||
text: "UPLOAD"
|
||||
uploading: "UPLOADING"
|
||||
text: "Upload"
|
||||
uploading: "Uploading..."
|
||||
success: "'{{filename}}' has successfully been uploaded."
|
||||
error: "There has been an error while uploading '{{filename}}': {{message}}"
|
||||
operations:
|
||||
|
|
Loading…
Reference in New Issue
Block a user