From 0f145093feee545f694c0969819a74d6b223c551 Mon Sep 17 00:00:00 2001 From: Mark Kopenga Date: Fri, 17 Aug 2018 17:22:30 +0200 Subject: Here i a fix for the error go complain on your pull --- pkg/i18n/english.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/i18n/english.go') diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index d67bd9053..46c9bbd03 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -15,9 +15,9 @@ import ( "golang.org/x/text/language" ) -func addEnglish(i18nObject *i18n.Bundle) { +func addEnglish(i18nObject *i18n.Bundle) error { - i18nObject.AddMessages(language.English, + return i18nObject.AddMessages(language.English, &i18n.Message{ ID: "NotEnoughSpace", Other: "Not enough space to render panels", -- cgit v1.2.3