mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 14:40:58 -05:00
fix: appeal to monkey brain
This commit is contained in:
parent
d4e0f19f95
commit
7fef354fe6
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ export default function ContextMenus() {
|
|||
{locale === "admin" ? (
|
||||
"Open in Admin Panel"
|
||||
) : locale === "admin_system" ? (
|
||||
"Inspect user"
|
||||
"Open User in Admin Panel"
|
||||
) : (
|
||||
<Text
|
||||
id={`app.context_menu.${
|
||||
|
|
Loading…
Reference in a new issue