update text to okteto

Signed-off-by: Ramiro Berrelleza <rberrelleza@gmail.com>
This commit is contained in:
Ramiro Berrelleza 2020-09-09 17:33:31 -07:00
parent 0f1ff909c2
commit e4560de793
No known key found for this signature in database
GPG key ID: 8F443F5203A4B9A3

View file

@ -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 {