Browse Source

Change button title

Vova Tkach 5 years ago
parent
commit
b07b51f66c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/module_shop.go

+ 1 - 1
modules/module_shop.go

@@ -834,7 +834,7 @@ func (this *Modules) RegisterModule_Shop() *Module {
 			} else {
 				if len(wrap.UrlArgs) >= 3 && utils.IsNumeric(wrap.UrlArgs[2]) {
 					content += `<div class="product-copy"><a title="Duplicate product" href="javascript:fave.ShopProductsDuplicate(this, ` + wrap.UrlArgs[2] + `);">` + assets.SysSvgIconCopy + `</a></div>`
-					content += `<div class="product-another"><a title="Duplicate product and attach to this" href="javascript:fave.ShopProductsDuplicateWithAttach(this, ` + wrap.UrlArgs[2] + `);">` + assets.SysSvgIconPlus + `</a></div>`
+					content += `<div class="product-another"><a title="Duplicate product and attach" href="javascript:fave.ShopProductsDuplicateWithAttach(this, ` + wrap.UrlArgs[2] + `);">` + assets.SysSvgIconPlus + `</a></div>`
 				}
 				content += this.getBreadCrumbs(wrap, &[]consts.BreadCrumb{
 					{Name: "Modify product"},