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