From 316d456cd990182ba7136a3550f6d6e3e9b4b960 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 16 Jan 2017 15:44:31 -0800 Subject: adding different identifier to checkbox in config --- system/admin/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/admin/config/config.go b/system/admin/config/config.go index 3605514..0d55700 100644 --- a/system/admin/config/config.go +++ b/system/admin/config/config.go @@ -80,14 +80,14 @@ func (c *Config) MarshalEditor() ([]byte, error) { View: editor.Checkbox("DisableCORS", c, map[string]string{ "label": "Disable CORS (so only " + c.Domain + " can fetch your data)", }, map[string]string{ - "true": "Disable", + "true": "Disable CORS", }), }, editor.Field{ View: editor.Checkbox("DisableGZIP", c, map[string]string{ "label": "Disable GZIP (will increase server speed, but also bandwidth)", }, map[string]string{ - "true": "Disable", + "true": "Disable GZIP", }), }, editor.Field{ -- cgit v1.2.3