diff --git a/assets/controllers/elements/structural_entity_select_controller.js b/assets/controllers/elements/structural_entity_select_controller.js index 077f8417..15aa8811 100644 --- a/assets/controllers/elements/structural_entity_select_controller.js +++ b/assets/controllers/elements/structural_entity_select_controller.js @@ -53,7 +53,7 @@ export default class extends Controller { item: this.renderItem.bind(this), option: this.renderOption.bind(this), option_create: function(data, escape) { - return '
Add ' + escape(data.input) + '… ' + + return '
 ' + escape(data.input) + '… ' + '(' + addHint +')' + '
'; },