diff --git a/src/public/app/widgets/attribute_widgets/attribute_editor.js b/src/public/app/widgets/attribute_widgets/attribute_editor.js index aa86ec5cc..cb843bf98 100644 --- a/src/public/app/widgets/attribute_widgets/attribute_editor.js +++ b/src/public/app/widgets/attribute_widgets/attribute_editor.js @@ -175,7 +175,7 @@ const editorConfig = { toolbar: { items: [] }, - placeholder: "Type the labels and relations here", + placeholder: t("attribute_editor.placeholder"), mention: mentionSetup }; diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 8b96ebf42..8a1e108b3 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -408,7 +408,8 @@ "add_new_label": "Add new label ", "add_new_relation": "Add new relation ", "add_new_label_definition": "Add new label definition", - "add_new_relation_definition": "Add new relation definition" + "add_new_relation_definition": "Add new relation definition", + "placeholder": "Type the labels and relations here" }, "abstract_bulk_action": { "remove_this_search_action": "Remove this search action" diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 74d005cfb..f057c3600 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -237,7 +237,8 @@ "help_text_body1": "Pentru a adăuga o etichetă doar scrieți, spre exemplu, #piatră sau #an = 2020 dacă se dorește adăugarea unei valori", "help_text_body2": "Pentru relații, scrieți author = @ ce va afișa o autocompletare pentru identificarea notiței dorite.", "help_text_body3": "În mod alternativ, se pot adăuga etichete și relații utilizând butonul + din partea dreaptă.", - "save_attributes": "Salvează atributele " + "save_attributes": "Salvează atributele ", + "placeholder": "Aici puteți introduce etichete și relații" }, "backend_log": { "refresh": "Reîmprospătare"