diff --git a/frontend/messages/de.json b/frontend/messages/de.json index a9182b44..1c2d4843 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -188,5 +188,5 @@ "comp_taginput_placeholder_create": "Schlagworte hinzufügen...", "comp_taginput_placeholder_filter": "Nach Schlagworten filtern...", "comp_taginput_remove": "Schlagwort entfernen", - "comp_taginput_create_hint": "Enter drücken um Schlagwort zu erstellen.", + "comp_taginput_create_hint": "Enter drücken um Schlagwort zu erstellen." } diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 011a6361..1a340e11 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -188,5 +188,5 @@ "comp_taginput_placeholder_create": "Add tags...", "comp_taginput_placeholder_filter": "Filter by tags...", "comp_taginput_remove": "Remove tag", - "comp_taginput_create_hint": "Press Enter to create tag.", + "comp_taginput_create_hint": "Press Enter to create tag." } diff --git a/frontend/messages/es.json b/frontend/messages/es.json index cd813d8b..2ca24a72 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -188,5 +188,5 @@ "comp_taginput_placeholder_create": "Añadir etiquetas...", "comp_taginput_placeholder_filter": "Filtrar por etiquetas...", "comp_taginput_remove": "Eliminar etiqueta", - "comp_taginput_create_hint": "Pulse Enter para crear etiqueta.", + "comp_taginput_create_hint": "Pulse Enter para crear etiqueta." }