summaryrefslogtreecommitdiff
path: root/sampleData.go
diff options
context:
space:
mode:
Diffstat (limited to 'sampleData.go')
-rw-r--r--sampleData.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sampleData.go b/sampleData.go
index 6c48985..b75970b 100644
--- a/sampleData.go
+++ b/sampleData.go
@@ -26,7 +26,7 @@ func CreateSampleDroplets(total int) []Droplet {
d := CreateSampleDroplet()
// e.Id += 1000 + int32(i)
- d.Comment = "Sample Event " + string(i)
+ d.Comment = "Sample Droplet " + string(i)
all = append(all, *d)
}