diff --git a/README.md b/README.md index dc6e229..2c8f3ae 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Oktopus is a multi-vendor management platform for CPEs and IoTs. Any device t -

If you'd like to become a sponsor, start a partnership or somehow to contribute to the project, email leandro@oktopus.app.br, every contribution is welcome, and the resources will help the project to move on. Also, if your company uses this project and you'd like your logo to appear up here, contact us. +

If you'd like to become a sponsor, start a partnership or somehow to contribute to the project, email contact@oktopus.app.br, every contribution is welcome, and the resources will help the project to move on. Also, if your company uses this project and you'd like your logo to appear up here, contact us.

diff --git a/backend/services/controller/internal/bridge/bridge.go b/backend/services/controller/internal/bridge/bridge.go index f9697ed..16f1b43 100644 --- a/backend/services/controller/internal/bridge/bridge.go +++ b/backend/services/controller/internal/bridge/bridge.go @@ -263,7 +263,7 @@ func NatsEnterpriseInteraction( if err != nil { if err == nats.ErrNoResponders { w.WriteHeader(http.StatusInternalServerError) - w.Write(utils.Marshall("You have no enterprise license, to get one contact: leandro@oktopus.app.br")) + w.Write(utils.Marshall("You have no enterprise license, to get one contact: sales@oktopus.app.br")) return err } w.WriteHeader(http.StatusInternalServerError)