docs: clarify file path of config.json file

This commit is contained in:
mib 2021-10-28 01:32:09 +02:00
parent 02d616ba97
commit 1e22636d75
No known key found for this signature in database
GPG Key ID: 1108B6275EB2ABF6
2 changed files with 12 additions and 3 deletions

View File

@ -230,7 +230,12 @@
</p>
<p>{{'Here\'s the configuration options you\'ll need to update in your Element' | translate}} <code>config.json</code>:</p>
<pre>{{ integrationsConfig }}</pre>
{{'The location of' | translate}} <code>config.json</code>
{{'differs depending on whether the' | translate}}
<a href="https://github.com/vector-im/element-web/blob/develop/docs/config.md" target="_blank">web</a>
{{'or' | translate}}
<a href="https://github.com/vector-im/element-desktop#user-specified-configjson" target="_blank">desktop</a>
{{'version of Element is used.' | translate}}
<h4>{{'Configuring integrations' | translate}}</h4>
<p>
{{'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}}

View File

@ -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"
}
"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."
}