mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix export icon
This commit is contained in:
parent
9de057a17e
commit
faf2d4c533
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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}'
|
||||
|
|
Loading…
Reference in a new issue