mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 21:57:03 +00:00
create new string for quest participants to correct processing error
closes #5025, closes #5029
This commit is contained in:
parent
9aaf252628
commit
fc979dfdaa
2 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
"questOwnerNotInRunningQuest": "The quest owner has left the quest. You can abort the quest if you need to. You can also allow it to keep running and all remaining participants will receive the quest rewards when the quest finishes.",
|
||||
"questOwnerNotInPendingQuestParty": "The quest owner has left the party and can no longer begin the quest. It is recommended that you cancel it now. The quest scroll will be returned to the quest owner.",
|
||||
"questOwnerNotInRunningQuestParty": "The quest owner has left the party. You can abort the quest if you need to but you can also leave it running and all remaining participants will receive the quest rewards when the quest finishes.",
|
||||
"questParticipants": "Participants",
|
||||
"scrolls": "Quest Scrolls",
|
||||
"noScrolls": "You don't have any quest scrolls.",
|
||||
"scrollsText1": "Quests require parties. If you want to quest solo,",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ mixin boss(tavern, mobile)
|
|||
div(ng-bind-html='::Content.quests[group.quest.key].notes()')
|
||||
unless tavern
|
||||
hr
|
||||
h5=env.t('participants')
|
||||
h5=env.t('questParticipants')
|
||||
table.table.table-striped
|
||||
tr(ng-repeat='(k,v) in group.members', ng-if='::group.quest.members[v._id]')
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue