From c71646de3fbf8b4ec951b7d743285662dc499308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 30 Jan 2023 23:58:53 +0100 Subject: [PATCH] Use icon instead of "Add" in structural entity select. --- .../controllers/elements/structural_entity_select_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +')' + '
'; },