fix: update re-authentication messages for Linear and Notion connectors

This commit is contained in:
Anish Sarkar 2026-03-19 01:31:26 +05:30
parent 7ba5e9c662
commit 6c37b563c0
2 changed files with 2 additions and 2 deletions

View file

@ -303,7 +303,7 @@ function ApprovalCard({
key={w.id}
className="relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 px-2 text-sm select-none opacity-50 pointer-events-none"
>
{w.name} (needs re-authentication)
{w.name} (expired, retry after re-auth)
</div>
))}
</SelectContent>