summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--management/editor/elements.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/management/editor/elements.go b/management/editor/elements.go
index 837997f..9abc5de 100644
--- a/management/editor/elements.go
+++ b/management/editor/elements.go
@@ -368,8 +368,8 @@ func Tags(fieldName string, p interface{}, attrs map[string]string) []byte {
data: [` + strings.Join(initial, ",") + `]
});
$('.chips-placeholder.` + name + `').material_chip({
- placeholder: ` + attrs["label"] + `,
- secondaryPlaceholder: Type and press 'Enter' to add ` + name + `,
+ placeholder: '` + attrs["label"] + `',
+ secondaryPlaceholder: 'Type and press "Enter" to add ` + name + `',
});
// handle events specific to tags