From fc979dfdaaa1d31c43659c271c6b6ea3560887d8 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 14 Apr 2015 17:52:08 -0500 Subject: [PATCH] create new string for quest participants to correct processing error closes #5025, closes #5029 --- common/locales/en/quests.json | 1 + website/views/options/social/boss.jade | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/locales/en/quests.json b/common/locales/en/quests.json index 673603daad..3f7be31868 100644 --- a/common/locales/en/quests.json +++ b/common/locales/en/quests.json @@ -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,", diff --git a/website/views/options/social/boss.jade b/website/views/options/social/boss.jade index 87194da9a1..1574f648e8 100644 --- a/website/views/options/social/boss.jade +++ b/website/views/options/social/boss.jade @@ -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