Skip to content
Snippets Groups Projects
Commit 453cb317 authored by tpylak's avatar tpylak
Browse files

LMS-2501 minor: better labels

SVN: 22951
parent ceb8d235
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ public class GeneralImportForm extends AbstractRegistrationForm ...@@ -98,7 +98,7 @@ public class GeneralImportForm extends AbstractRegistrationForm
private CheckBox createCheckBox() private CheckBox createCheckBox()
{ {
final CheckBox checkBox = new CheckBox(); final CheckBox checkBox = new CheckBox();
checkBox.setFieldLabel("Asynchronous?"); checkBox.setFieldLabel("Send confirmation?");
checkBox.setBoxLabel(""); checkBox.setBoxLabel("");
checkBox.setValue(true); checkBox.setValue(true);
checkBox.addListener(Events.Change, new Listener<BaseEvent>() checkBox.addListener(Events.Change, new Listener<BaseEvent>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment