client: Translate attribute editor placeholder

This commit is contained in:
Elian Doran
2024-09-14 14:44:32 +03:00
parent 29a1aad45a
commit 9b6148dec3
3 changed files with 5 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ const editorConfig = {
toolbar: {
items: []
},
placeholder: "Type the labels and relations here",
placeholder: t("attribute_editor.placeholder"),
mention: mentionSetup
};