Browse Source

Change error message

Vova Tkach 6 years ago
parent
commit
b526332b74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/module_blog_categories_act_modify.go

+ 1 - 1
modules/module_blog_categories_act_modify.go

@@ -155,7 +155,7 @@ func (this *Modules) blog_ActionCategoryUpdate(wrap *wrapper.Wrapper, pf_id, pf_
 			}
 			}
 		} else {
 		} else {
 			// Trying to move category to they child as parent
 			// Trying to move category to they child as parent
-			return errors.New("You can't do this")
+			return errors.New("Category can't be moved inside here child")
 		}
 		}
 
 
 		// Update target cat data
 		// Update target cat data