summaryrefslogtreecommitdiff
path: root/errorBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 13:02:43 -0600
committerJeff Carr <[email protected]>2024-01-08 13:02:43 -0600
commit9b4bf224dcf4a7d29433be25e73d33b45b670d0b (patch)
treebeb9399994472f66a6470586ecf344a995c24805 /errorBox.go
parentb9929490609301454eacbc4bf0358002efb680c8 (diff)
more testing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'errorBox.go')
-rw-r--r--errorBox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/errorBox.go b/errorBox.go
index 1e6cbf4..72a7940 100644
--- a/errorBox.go
+++ b/errorBox.go
@@ -95,7 +95,7 @@ func (eb *errorBox) add(kind string, ip string) bool {
anErr.kindLabel = eb.grid.NewLabel(kind)
anErr.ipLabel = eb.grid.NewLabel(ip)
anErr.statusLabel = eb.grid.NewLabel("")
- anErr.button = eb.grid.NewButton(kind, func() {
+ anErr.button = eb.grid.NewButton("Fix", func() {
log.Log(WARN, "got", kind, "here. IP =", ip)
eb.fix(tmp)
})