mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
fix(review): dialog footer names the real Settings tab (Editor, not Review Display)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user