From fa009a19f4dd733ca8069df8068cc2ae5a3909b1 Mon Sep 17 00:00:00 2001 From: Alys Date: Mon, 23 May 2016 06:27:52 -0400 Subject: [PATCH] adjust text strings - fixes https://github.com/HabitRPG/habitrpg/issues/5631 and also Short Name -> Tag Name --- common/locales/en/challenge.json | 2 +- common/locales/en/groups.json | 4 ++-- common/locales/en/subscriber.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/locales/en/challenge.json b/common/locales/en/challenge.json index 0fb8982246..c014e1f6db 100644 --- a/common/locales/en/challenge.json +++ b/common/locales/en/challenge.json @@ -79,5 +79,5 @@ "onlyChalLeaderEditTasks": "Tasks belonging to a challenge can only be edited by the leader.", "userAlreadyInChallenge": "User is already participating in this challenge.", "cantOnlyUnlinkChalTask": "Only broken challenges tasks can be unlinked.", - "shortNameTooShort": "Short Name must have at least 3 characters." + "shortNameTooShort": "Tag Name must have at least 3 characters." } diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json index 4d8ea0716c..2e0f245232 100644 --- a/common/locales/en/groups.json +++ b/common/locales/en/groups.json @@ -182,8 +182,8 @@ "userAlreadyInAParty": "User already in a party.", "userWithIDNotFound": "User with id \"<%= userId %>\" not found.", "userHasNoLocalRegistration": "User does not have a local registration (username, email, password).", - "uuidsMustBeAnArray": "UUIDs invites must be a an Array.", - "emailsMustBeAnArray": "Email invites must be a an Array.", + "uuidsMustBeAnArray": "User ID invites must be an array.", + "emailsMustBeAnArray": "Email address invites must be an array.", "canOnlyInviteMaxInvites": "You can only invite \"<%= maxInvites %>\" at a time", "onlyCreatorOrAdminCanDeleteChat": "Not authorized to delete this message!" } diff --git a/common/locales/en/subscriber.json b/common/locales/en/subscriber.json index 197994da08..8c0d453727 100644 --- a/common/locales/en/subscriber.json +++ b/common/locales/en/subscriber.json @@ -134,7 +134,7 @@ "notAllowedHourglass": "Pet/Mount not available for purchase with Mystic Hourglass.", "readCard": "<%= cardType %> has been read", "cardTypeRequired": "Card type required", - "cardTypeNotAllowed": "Unkown card type.", + "cardTypeNotAllowed": "Unknown card type.", "invalidCoupon": "Invalid coupon code.", "couponUsed": "Coupon code already used.", "noSudoAccess": "You don't have sudo access.",