From 8c872ddba781e4149f2216f9f2e25063d95d5ce6 Mon Sep 17 00:00:00 2001 From: kokopi Date: Tue, 10 Mar 2026 17:32:01 +0900 Subject: [PATCH] update:verbiage --- frontend/src/components/ui/InfoBar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/ui/InfoBar.tsx b/frontend/src/components/ui/InfoBar.tsx index 5ac99c3..1d056eb 100644 --- a/frontend/src/components/ui/InfoBar.tsx +++ b/frontend/src/components/ui/InfoBar.tsx @@ -60,7 +60,7 @@ export function InfoBar({ user }: InfoBarProps) {

Tickets are stored in your browser (localStorage) only. No sync across devices or sessions. - Admin panel is not available. + Admin panel manages only your tickets.

@@ -77,13 +77,13 @@ export function InfoBar({ user }: InfoBarProps) {

Admin Tab

- You can view all users' tickets in the Admin tab. Useful for monitoring support requests + You can view all users' tickets in the Admin tab. Useful for monitoring support requests.

Editing

- You can only edit or manage your own tickets. Other users' tickets are read-only for you + You can only edit or manage your own tickets. Other users' tickets are read-only for you.