mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/settings: fix capitalization of word
This commit is contained in:
parent
8ff5fff1de
commit
216d16dccb
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ const SettingsView = ({ room }: SettingsViewProps) => {
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>name</th>
|
<th>Name</th>
|
||||||
<th>Account</th>
|
<th>Account</th>
|
||||||
<th>Device</th>
|
<th>Device</th>
|
||||||
<th>Room (account)</th>
|
<th>Room (account)</th>
|
||||||
|
|
Loading…
Add table
Reference in a new issue