Browse Source

Rename error message

Vova Tkach 6 years ago
parent
commit
0a5b23014f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/module_index.go

+ 2 - 2
modules/module_index.go

@@ -461,7 +461,7 @@ func (this *Modules) RegisterAction_IndexMysqlSetup() *Action {
 
 		// Security, check if still need to run this action
 		if wrap.ConfMysqlExists {
-			wrap.MsgError(`MySQL is already configured`)
+			wrap.MsgError(`CMS is already configured`)
 			return
 		}
 
@@ -582,7 +582,7 @@ func (this *Modules) RegisterAction_IndexFirstUser() *Action {
 			return
 		}
 		if count > 0 {
-			wrap.MsgError(`MySQL is already configured`)
+			wrap.MsgError(`CMS is already configured`)
 			return
 		}