mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
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:
parent
5a150ebc5b
commit
9aa4b8aa64
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue