diff --git a/lang/en/form.php b/lang/en/form.php index 4014ba243c942..ab3ee3729880c 100644 --- a/lang/en/form.php +++ b/lang/en/form.php @@ -80,6 +80,7 @@ $string['showless'] = 'Show less...'; $string['showmore'] = 'Show more...'; $string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.'; +$string['suggestions'] = 'Suggestions'; $string['time'] = 'Time'; $string['timeunit'] = 'Time unit'; $string['timing'] = 'Timing'; diff --git a/lib/templates/form_autocomplete_selection.mustache b/lib/templates/form_autocomplete_selection.mustache index 9c04e25d6bafa..0476f279ce495 100644 --- a/lib/templates/form_autocomplete_selection.mustache +++ b/lib/templates/form_autocomplete_selection.mustache @@ -37,12 +37,13 @@ { "label": "Another item label with tags", "value": "4" } ], "noSelectionString": "No selection" } }} +{{#str}}selecteditems, form{{/str}}