refactor(audit): rename Fan Stress Test → GPU Platform Stress Test

Update all user-facing strings in TUI and ActionResult title.
Internal identifiers (types, functions, file name) unchanged.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Mikhail Chusavitin
2026-03-26 09:56:25 +03:00
parent 58510207fa
commit 540a9e39b8
4 changed files with 5 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ func (m model) updateConfirm(msg tea.KeyMsg) (tea.Model, tea.Cmd) {
pollSATProgress("gpu-amd", since),
)
case actionRunFanStress:
m.busyTitle = "Fan Stress Test"
m.busyTitle = "GPU Platform Stress Test"
m.progressPrefix = "fan-stress"
m.progressSince = time.Now()
m.progressLines = nil