fix string casing
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
1603360c13
commit
ab3abd2f7f
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ const SETTINGS_LABELS = [
|
|||
},
|
||||
{
|
||||
id: 'hideAvatarDisplaynameChanges',
|
||||
label: 'Hide Avatar and Display Name changes',
|
||||
label: 'Hide avatar and display name changes',
|
||||
},
|
||||
{
|
||||
id: 'useCompactLayout',
|
||||
|
|
|
@ -346,7 +346,7 @@
|
|||
"Hangup": "Hangup",
|
||||
"Hide Apps": "Hide Apps",
|
||||
"Hide join/leave messages (invites/kicks/bans unaffected)": "Hide join/leave messages (invites/kicks/bans unaffected)",
|
||||
"Hide Avatar and Display Name changes": "Hide Avatar and Display Name changes",
|
||||
"Hide avatar and display name changes": "Hide avatar and display name changes",
|
||||
"Hide read receipts": "Hide read receipts",
|
||||
"Hide Text Formatting Toolbar": "Hide Text Formatting Toolbar",
|
||||
"Historical": "Historical",
|
||||
|
|
Loading…
Reference in a new issue