diff --git a/front/src/schemas/data-schema.json b/front/src/schemas/data-schema.json index c369627dd..03b6ff061 100644 --- a/front/src/schemas/data-schema.json +++ b/front/src/schemas/data-schema.json @@ -205,13 +205,16 @@ "type": "object", "properties": { "title_f": { - "type": "string" + "type": "string", + "title": "Title" }, "url": { - "type": "string" + "type": "string", + "title": "Article URL" }, "lang": { - "$ref": "#/definitions/lang" + "$ref": "#/definitions/lang", + "title": "Language" } } } diff --git a/front/src/schemas/ui-schema-editor.json b/front/src/schemas/ui-schema-editor.json index 52d5cf7b8..00948e735 100644 --- a/front/src/schemas/ui-schema-editor.json +++ b/front/src/schemas/ui-schema-editor.json @@ -111,7 +111,7 @@ } }, "translationOf": { - "ui:title": "Traductions de", + "ui:title": "Translation of", "items": { "url": { "ui:widget": "uri" diff --git a/graphql/data/defaultsData.js b/graphql/data/defaultsData.js index 51c44b28c..2b35831e0 100644 --- a/graphql/data/defaultsData.js +++ b/graphql/data/defaultsData.js @@ -47,11 +47,11 @@ lang: fr orig_lang: '' translations: - lang: '' - titre: '' + title: '' url: '' articleslies: - url: '' - titre: '' + title: '' auteur: '' reviewers: [] keyword_fr_f: ''