Skip to content

Commit

Permalink
#2673 A character space required in product tag edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMaz committed Oct 23, 2017
1 parent a23429a commit 42d0ea3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
asp-route-formId="@Context.Request.Query["formId"]">
<div class="content-header clearfix">
<h1 class="pull-left">
@T("Admin.Catalog.ProductTags.EditTagDetails")- @Model.Name
@T("Admin.Catalog.ProductTags.EditTagDetails") - @Model.Name
</h1>
<div class="pull-right">
<button type="submit" name="save" class="btn bg-blue">
Expand Down

0 comments on commit 42d0ea3

Please sign in to comment.