mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
makes upload buttons less shouty
A few of the upload buttons in the admin panel are quite shouty for some reason. https://meta.discourse.org/t/arbitrary-all-caps-upload-button-on-backups-page/19967
This commit is contained in:
parent
135b1f63e8
commit
93b7cd6703
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue