Skip to content

Commit

Permalink
SED-1471 Renaming title to Step
Browse files Browse the repository at this point in the history
  • Loading branch information
david-stephan committed Nov 4, 2022
1 parent 6eac7f7 commit 94d43bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public AccessConfiguration getAccessConfiguration() {
conf.setDefaultUrl(ctrlConf.getProperty("ui.default.url"));
}
conf.setDebug(ctrlConf.getPropertyAsBoolean("ui.debug", false));
conf.setTitle(ctrlConf.getProperty("ui.title", "STEP"));
conf.setTitle(ctrlConf.getProperty("ui.title", "Step"));

return conf;
}
Expand Down

0 comments on commit 94d43bf

Please sign in to comment.