From e4560de7933a49b6f9603559584a916d4d8e3313 Mon Sep 17 00:00:00 2001 From: Ramiro Berrelleza Date: Wed, 9 Sep 2020 17:33:31 -0700 Subject: [PATCH] update text to okteto Signed-off-by: Ramiro Berrelleza --- src/frontend/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/handlers.go b/src/frontend/handlers.go index 10fff5f..acfdb01 100644 --- a/src/frontend/handlers.go +++ b/src/frontend/handlers.go @@ -112,7 +112,7 @@ func (plat *platformDetails) setPlatformDetails(env string) { plat.provider = "Azure" plat.css = "azure-platform" } else { - plat.provider = "Google Cloud" + plat.provider = "Okteto" plat.css = "gcp-platform" } } @@ -415,7 +415,7 @@ func renderHTTPError(log logrus.FieldLogger, r *http.Request, w http.ResponseWri "status": http.StatusText(code), }); templateErr != nil { log.Println(templateErr) - } + } } func currentCurrency(r *http.Request) string {