mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 01:39:39 +02:00
Merge pull request #5033 from portainer/fix/CE-575/type-downgrade-error
fix(portainer): Fix the typo in the downgrade error message
This commit is contained in:
commit
a2a197b14b
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ import "errors"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ErrObjectNotFound = errors.New("Object not found inside the database")
|
ErrObjectNotFound = errors.New("Object not found inside the database")
|
||||||
ErrWrongDBEdition = errors.New("The Portainer database is set for Portainer Business Edition, please follow the instructions in our documention to downgrade it: https://documentation.portainer.io/v2.0-be/downgrade/be-to-ce/")
|
ErrWrongDBEdition = errors.New("The Portainer database is set for Portainer Business Edition, please follow the instructions in our documentation to downgrade it: https://documentation.portainer.io/v2.0-be/downgrade/be-to-ce/")
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue