add 'month' to gift subscription message - fixes https://github.com/HabitRPG/habitica/issues/7747
I haven't pluralised this by using "month(s)", because the phrase "a 3 month subscription" is acceptable in English. Translators may use pluralisation as desired, although note that the same wording will be used for 1 month subscriptions.
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
"giftedGems": "Gifted Gems",
|
||||
"giftedGemsInfo": "<%= name %> gifted you <%= amount %> Gems",
|
||||
"giftedSubscription": "Gifted Subscription",
|
||||
"giftedSubscriptionInfo": "<%= name %> gifted you a <%= months %> Subscription",
|
||||
"giftedSubscriptionInfo": "<%= name %> gifted you a <%= months %> month subscription",
|
||||
"invitedParty": "Invited To Party",
|
||||
"invitedGuild": "Invited To Guild",
|
||||
"importantAnnouncements": "Your account is inactive",
|
||||
|
||||
Reference in New Issue
Block a user