Skip to content

Commit

Permalink
fixing task wizard key
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jul 11, 2023
1 parent 2d90664 commit 085163b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public IModel<String> getTitle() {

@Override
protected IModel<String> getSubTextModel() {
return createStringResource("TaskWizardPanel.wizard.step.work.help");
return createStringResource("TaskWizardPanel.wizard.step.work.resourceObjects.help");
}

@Override
Expand Down

0 comments on commit 085163b

Please sign in to comment.