diff --git a/ui/src/pages/Approvals.tsx b/ui/src/pages/Approvals.tsx index 46844a01..24c8da0a 100644 --- a/ui/src/pages/Approvals.tsx +++ b/ui/src/pages/Approvals.tsx @@ -1,5 +1,4 @@ import { useEffect, useState } from "react"; -import { VOCAB } from "@paperclipai/branding"; import { useNavigate, useLocation } from "@/lib/router"; import { useQuery, useMutation, useQueryClient } from "@tanstack/react-query"; import { approvalsApi } from "../api/approvals"; diff --git a/ui/src/pages/BoardClaim.tsx b/ui/src/pages/BoardClaim.tsx index 334a0861..bbf77cb4 100644 --- a/ui/src/pages/BoardClaim.tsx +++ b/ui/src/pages/BoardClaim.tsx @@ -1,4 +1,5 @@ import { useMemo } from "react"; +import { VOCAB } from "@paperclipai/branding"; // [nexus] import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; import { Link, useParams, useSearchParams } from "@/lib/router"; import { accessApi } from "../api/access"; @@ -70,7 +71,7 @@ export function BoardClaimPage() { return (
This instance is now linked to your authenticated user.
@@ -88,7 +89,7 @@ export function BoardClaimPage() {- Sign in or create an account, then return to this page to claim Board ownership. + Sign in or create an account, then return to this page to claim {VOCAB.board} ownership.