diff --git a/frontend/index.html b/frontend/index.html index e482ec272..45c5bd10e 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -13,7 +13,10 @@ - matrix-authentication-service + + Tchap + + + {{ include_asset('src/main.tsx') | indent(4) | safe }} + + + +
+ + diff --git a/tchap/resources/templates/base.html b/tchap/resources/templates/base.html index bbfc5bb5f..306fdcb8f 100644 --- a/tchap/resources/templates/base.html +++ b/tchap/resources/templates/base.html @@ -28,6 +28,7 @@ {{ include_asset('src/templates.css') | indent(4) | safe }} + {{ include_asset('tchap/css/tchap.css') | indent(4) | safe }} {{ include_asset('node_modules/@gouvfr-lasuite/integration/dist/css/homepage-full.css') | indent(4) | safe }} diff --git a/tchap/resources/translations/en.json b/tchap/resources/translations/en.json index a1f79fc8b..0fa132f06 100644 --- a/tchap/resources/translations/en.json +++ b/tchap/resources/translations/en.json @@ -34,12 +34,12 @@ } }, "app": { - "human_name": "Matrix Authentication Service", + "human_name": "Tchap", "@human_name": { "context": "index.html:15:29-48, pages/index.html:15:29-48", "description": "Human readable name of the application" }, - "name": "matrix-authentication-service", + "name": "Tchap", "@name": { "context": "app.html:17:14-27, base.html:25:31-44", "description": "Name of the application" diff --git a/tchap/resources/translations/fr.json b/tchap/resources/translations/fr.json index 806d8307a..962f02d84 100644 --- a/tchap/resources/translations/fr.json +++ b/tchap/resources/translations/fr.json @@ -11,8 +11,8 @@ "submit": "Soumettre" }, "app": { - "human_name": "Matrix Authentication Service", - "name": "matrix-authentication-service", + "human_name": "Tchap", + "name": "Tchap", "technical_description": "Document de découverte OpenID Connect : %(discovery_url)s" }, "branding": {