fix(FN-4008): expand verificationFixRetries help text to cover both executor and merge contexts

This commit is contained in:
gsxdsm
2026-05-12 14:00:34 -07:00
parent d5d125c23e
commit dff41d65c3

View File

@@ -3663,7 +3663,7 @@ export function SettingsModal({
<details className="settings-option-details">
<summary>More details</summary>
<small>
Controls in-merge fix attempts after deterministic test/build verification failures (0-3).
Controls auto-fix retry attempts after deterministic test/build verification failures applies to both executor-time and in-merge verification (0-3).
</small>
</details>
</div>