mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Merge pull request #2794 from mlorb/ml-sci-4943
Fix export icon [SCI-4943]
This commit is contained in:
commit
8859633878
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
<%= t('my_modules.repository.snapshots.full_view.versions_sidebar_button') %>
|
<%= t('my_modules.repository.snapshots.full_view.versions_sidebar_button') %>
|
||||||
</button>
|
</button>
|
||||||
<button id="exportAssignedItems" type="button" class="btn btn-secondary">
|
<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') %>
|
<%= t('my_modules.repository.snapshots.full_view.export_button') %>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -824,7 +824,7 @@ en:
|
||||||
no_assigned_items: 'No items assigned'
|
no_assigned_items: 'No items assigned'
|
||||||
no_snapshots_label: 'You have not created any snapshots yet. To do so click the button bellow.'
|
no_snapshots_label: 'You have not created any snapshots yet. To do so click the button bellow.'
|
||||||
versions_sidebar_button: 'View versions'
|
versions_sidebar_button: 'View versions'
|
||||||
export_button: "Export .csv"
|
export_button: "Export items"
|
||||||
create_button: 'Create snapshot'
|
create_button: 'Create snapshot'
|
||||||
set_default_button: 'Set as default view'
|
set_default_button: 'Set as default view'
|
||||||
created_by: 'by %{full_name}'
|
created_by: 'by %{full_name}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue