forked from Mirrors/gomuks
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>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>name</th>
|
||||
<th>Name</th>
|
||||
<th>Account</th>
|
||||
<th>Device</th>
|
||||
<th>Room (account)</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue