From 93b7cd67038c1da8f3d283d78e47cbea935a38cb Mon Sep 17 00:00:00 2001 From: Luke GB Date: Fri, 12 Sep 2014 07:25:36 +0100 Subject: [PATCH] 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 --- config/locales/client.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 6ce443dcbc8..1db2b7a42e8 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -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 uploading a bulk invite file." 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: