Commit c26930cf authored by Guus der Kinderen's avatar Guus der Kinderen

OF-1514: Fix typo in pubsub configuration variable.

parent 6edf25df
...@@ -194,7 +194,7 @@ public class CollectionNode extends Node { ...@@ -194,7 +194,7 @@ public class CollectionNode extends Node {
formField.addValue(maxLeafNodes); formField.addValue(maxLeafNodes);
formField = form.addField(); formField = form.addField();
formField.setVariable("pubsub#chilren_max"); formField.setVariable("pubsub#children_max");
if (isEditing) { if (isEditing) {
formField.setType(FormField.Type.text_single); formField.setType(FormField.Type.text_single);
formField.setLabel(LocaleUtils.getLocalizedString("pubsub.form.conf.children_max")); formField.setLabel(LocaleUtils.getLocalizedString("pubsub.form.conf.children_max"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment