summaryrefslogtreecommitdiff
path: root/errorBox.go
diff options
context:
space:
mode:
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)
})