Skip to content

Commit

Permalink
fix: appeal to monkey brain
Browse files Browse the repository at this point in the history
  • Loading branch information
sussycatgirl authored and insertish committed Oct 4, 2023
1 parent d4e0f19 commit 7fef354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ContextMenus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.${
Expand Down

0 comments on commit 7fef354

Please sign in to comment.