mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 11:10:30 +00:00
string to clarify no adding members to existing quests
"Remember: only current party members will be invited. Once the invitation is sent, no new party members can join the quest!" to go at bottom of quest modals. Should hopefully cut back on the number of newer players starting a quest and thinking they can add other folks.
This commit is contained in:
parent
692a1f6639
commit
79171b707e
1 changed files with 2 additions and 1 deletions
|
|
@ -29,5 +29,6 @@
|
|||
"mustLevel": "You must be level <%= level %>.",
|
||||
"mustLvlQuest": "You must be level <%= level %> to buy this quest!",
|
||||
"sureAbort": "Are you sure you want to abort this mission? It will abort it for everyone in your party, all progress will be lost.",
|
||||
"doubleSureAbort": "Are you double sure? Make sure they won't hate you forever!"
|
||||
"doubleSureAbort": "Are you double sure? Make sure they won't hate you forever!",
|
||||
"questWarning": "Remember: only current party members will be invited. Once the invitation is sent, no new party members can join the quest!"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue