From 1e22636d751270df6c37e9389a218121a2dffaf9 Mon Sep 17 00:00:00 2001 From: mib Date: Thu, 28 Oct 2021 01:32:09 +0200 Subject: [PATCH] docs: clarify file path of `config.json` file --- web/app/home/home.component.html | 7 ++++++- web/assets/i18n/en.json | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/web/app/home/home.component.html b/web/app/home/home.component.html index 11f0834..d6aa1b6 100644 --- a/web/app/home/home.component.html +++ b/web/app/home/home.component.html @@ -230,7 +230,12 @@

{{'Here\'s the configuration options you\'ll need to update in your Element' | translate}} config.json:

{{ integrationsConfig }}
- + {{'The location of' | translate}} config.json + {{'differs depending on whether the' | translate}} + web + {{'or' | translate}} + desktop + {{'version of Element is used.' | translate}}

{{'Configuring integrations' | translate}}

{{'If everything is set up correctly, you\'ll be able to access the admin area of Dimension by clicking the 3x3 grid in the top right of any room in Element. The gear icon' | translate}} diff --git a/web/assets/i18n/en.json b/web/assets/i18n/en.json index c80b6ca..6858ac7 100644 --- a/web/assets/i18n/en.json +++ b/web/assets/i18n/en.json @@ -459,5 +459,9 @@ "Checking client version...": "Checking client version...", "Your client is too old to use this widget, sorry": "Your client is too old to use this widget, sorry", "Please accept the prompt to verify your identity": "Please accept the prompt to verify your identity", - "Error loading policy": "Error loading policy" -} \ No newline at end of file + "Error loading policy": "Error loading policy", + "The location of": "The location of ", + "differs depending on whether the": " differs depending on whether the", + "or": " or ", + "version of Element is used.": " version of Element is used." +}