Fix export icon

This commit is contained in:
Mojca Lorber 2020-08-14 17:02:03 +02:00
parent 9de057a17e
commit faf2d4c533
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<%= t('my_modules.repository.snapshots.full_view.versions_sidebar_button') %>
</button>
<button id="exportAssignedItems" type="button" class="btn btn-secondary">
<span class="fas fa-download"></span>
<span class="fas fa-upload"></span>
<%= t('my_modules.repository.snapshots.full_view.export_button') %>
</button>
</div>

View file

@ -824,7 +824,7 @@ en:
no_assigned_items: 'No items assigned'
no_snapshots_label: 'You have not created any snapshots yet. To do so click the button bellow.'
versions_sidebar_button: 'View versions'
export_button: "Export .csv"
export_button: "Export items"
create_button: 'Create snapshot'
set_default_button: 'Set as default view'
created_by: 'by %{full_name}'