create new string for quest participants to correct processing error

closes #5025, closes #5029
This commit is contained in:
Blade Barringer 2015-04-14 17:52:08 -05:00
parent 9aaf252628
commit fc979dfdaa
2 changed files with 2 additions and 1 deletions

View file

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

View file

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