mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
docs: clarify file path of config.json
file
This commit is contained in:
parent
02d616ba97
commit
1e22636d75
@ -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}}
|
||||
|
@ -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."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user