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:
Alys 2016-11-13 20:40:01 +10:00
parent 5a150ebc5b
commit 9aa4b8aa64

View file

@ -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",