From 50b3a1734f77e0e6d25287b29a186286322053e7 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 12 Jun 2014 03:55:15 -0700 Subject: [PATCH] copyedits on bulk invite --- config/locales/client.en.yml | 8 ++++---- config/locales/server.en.yml | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 8bbc7eea033..5d852205496 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -401,7 +401,7 @@ en: search: "type to search invites..." title: "Invites" user: "Invited User" - none: "No invites were found." + 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." truncated: "Showing the first {{count}} invites." redeemed: "Redeemed Invites" redeemed_at: "Redeemed" @@ -416,10 +416,10 @@ en: account_age_days: "Account age in days" create: "Send an Invite" bulk_invite: - text: "Batch Invite from File" + text: "Bulk Invite from File" uploading: "UPLOADING" - success: "File has been uploaded successfully, you will be notified shortly with progress." - error: "There has been an error while uploading '{{filename}}': {{message}}" + success: "File uploaded successfully, you will be notified shortly with progress." + error: "There was an error uploading '{{filename}}': {{message}}" password: title: "Password" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 8118d7b3409..4bc81ea5511 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1089,6 +1089,7 @@ en: New version: **%{new_version}** You may want to: + - See what's new in the [GitHub changelog](https://github.com/discourse/discourse/commits/master). - Upgrade by visiting [%{base_url}/admin/docker](%{base_url}/admin/docker) and pressing the "Upgrade" button. @@ -1104,6 +1105,7 @@ en: New version: **%{new_version}** You may want to: + - See what's new in the [GitHub changelog](https://github.com/discourse/discourse/commits/master). - Upgrade by visiting [%{base_url}/admin/docker](%{base_url}/admin/docker), and pressing the "Upgrade" button.