mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/settings: use consistent words
This commit is contained in:
parent
1041ebc232
commit
7ac383b66d
1 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ const AppliedSettingsView = ({ room }: SettingsViewProps) => {
|
||||||
<JSONView data={client.store.serverPreferenceCache}/>
|
<JSONView data={client.store.serverPreferenceCache}/>
|
||||||
</details>
|
</details>
|
||||||
<details open>
|
<details open>
|
||||||
<summary><h4>Global local settings</h4></summary>
|
<summary><h4>Global device settings</h4></summary>
|
||||||
<JSONView data={client.store.localPreferenceCache}/>
|
<JSONView data={client.store.localPreferenceCache}/>
|
||||||
</details>
|
</details>
|
||||||
<details open>
|
<details open>
|
||||||
|
@ -198,7 +198,7 @@ const AppliedSettingsView = ({ room }: SettingsViewProps) => {
|
||||||
<JSONView data={room.serverPreferenceCache}/>
|
<JSONView data={room.serverPreferenceCache}/>
|
||||||
</details>
|
</details>
|
||||||
<details open>
|
<details open>
|
||||||
<summary><h4>Room local settings</h4></summary>
|
<summary><h4>Room device settings</h4></summary>
|
||||||
<JSONView data={room.localPreferenceCache}/>
|
<JSONView data={room.localPreferenceCache}/>
|
||||||
</details>
|
</details>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue