fix typo in Settings ui (#924)
Fixed spelling mistake (Miscelleanous → Miscellaneous)
This commit is contained in:
parent
8993b0d520
commit
135a369848
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const SettingsOptions: Record<string, Array<BooleanSetting | SettingsComponent>>
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
Notifications: [NotificationBadgeToggle],
|
Notifications: [NotificationBadgeToggle],
|
||||||
Miscelleanous: [
|
Miscellaneous: [
|
||||||
{
|
{
|
||||||
key: "arRPC",
|
key: "arRPC",
|
||||||
title: "Rich Presence",
|
title: "Rich Presence",
|
||||||
|
|
Loading…
Reference in a new issue