Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed export button on product CSV plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergros authored and mmoreram committed Jun 8, 2015
1 parent a9b3002 commit a107dd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ elcodi_plugin:
product_csv:
name: Exportació de productes
description: Exporta els teus productes en format CSV
action: Exportar
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ elcodi_plugin:
product_csv:
name: Product export
description: Export your products in format CSV
action: Export
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ elcodi_plugin:
product_csv:
name: Exportación de productos
description: Exporta tus productos en formato CSV
action: Exportar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="{{ path('elcodi_plugin_productcsv_export') }}" type="button" class="button-primary">
<i class="icon-download" aria-hidden="true"></i>
{{ 'product_csv_plugin.button.export'|trans }}
{{ 'elcodi_plugin.product_csv.action'|trans }}
</a>

0 comments on commit a107dd8

Please sign in to comment.