Skip to content

Commit

Permalink
Remove hardcoded messages
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz committed Jan 14, 2016
1 parent ee6a98c commit 1d3cce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/templates/partials/catalog/add-to-bag-btn.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button id="" class="add-to-bag-btn">
<img class="bag-thumb" src="{{@root.meta.assetsPath}}/img/hand-bag-2-black.png" alt="Add to Bag">
<img class="bag-thumb" src="{{@root.meta.assetsPath}}/img/hand-bag-2-black.png" alt="{{i18n "catalog:cart.add"}}">
{{i18n "catalog:cart.add"}}
</button>

0 comments on commit 1d3cce1

Please sign in to comment.