fix(review): dialog footer names the real Settings tab (Editor, not Review Display)

This commit is contained in:
Michael Ramos
2026-09-02 21:04:05 -07:00
parent 5c938562e9
commit d04cfce5ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ Note under the group:
> Cmd+click on a symbol still opens the References panel, whichever option you pick.
Footer left:
> Change this anytime in Settings, under Review Display.
> Change this anytime in Settings, in the Editor tab.
Footer button: `Done`
@@ -206,7 +206,7 @@ export function TokenHoverAnnouncementDialog({
<footer className="flex items-center justify-between gap-4 border-t border-border px-6 py-4">
<p className="text-xs text-muted-foreground">
Change this anytime in Settings, under Review Display.
Change this anytime in Settings, in the Editor tab.
</p>
<button
ref={primaryActionRef}