diff --git a/src/components/layout/top-bar.tsx b/src/components/layout/top-bar.tsx index 6a06826..eb1f113 100644 --- a/src/components/layout/top-bar.tsx +++ b/src/components/layout/top-bar.tsx @@ -272,7 +272,7 @@ export function TopBar() { }} > - Add new + {user.role === "helper" ? "Ask to be validated" : "Add new"}