Match custom objectives to other prompt titles

This commit is contained in:
PikaMug 2024-02-15 12:38:58 -05:00
parent d35301d1e5
commit f0eb129843
2 changed files with 2 additions and 1 deletions

View File

@ -2440,7 +2440,7 @@ public class QuestStageMainPrompt extends QuestsEditorNumericPrompt {
@Override
public String getTitle(final ConversationContext context) {
return BukkitLang.get("stageEditorCustom");
return BukkitLang.get("customObjectivesTitle");
}
@Override

View File

@ -610,6 +610,7 @@ heroesClassesTitle: "- Heroes Classes -"
heroesExperienceTitle: "- Heroes Experience -"
heroesPrimaryTitle: "- Primary Classes -"
heroesSecondaryTitle: "- Secondary Classes -"
customObjectivesTitle: "- Custom Objectives -"
customRequirementsTitle: "- Custom Requirements -"
customRewardsTitle: "- Custom Rewards -"
skillListTitle: "- Skill List -"