mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 21:20:08 +08:00
Update label template promo text [SCI-7060]
This commit is contained in:
parent
32c32e7b46
commit
45bbbfffe4
2 changed files with 1 additions and 14 deletions
|
@ -20,15 +20,6 @@
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<%= t('label_templates.promo.promo_title') %>
|
<%= t('label_templates.promo.promo_title') %>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="description">
|
|
||||||
<% 3.times do |i| %>
|
|
||||||
<div class="description-item">
|
|
||||||
<%= image_tag "printers/labels_promo_icon_#{i}.png" %>
|
|
||||||
<div class="text-line"><%= t("label_templates.promo.description_#{i}") %></div>
|
|
||||||
</div>
|
|
||||||
<% end %>
|
|
||||||
</div>
|
|
||||||
<%= link_to t('label_templates.promo.action_button'), nil, class: 'btn btn-primary' %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -864,11 +864,7 @@ en:
|
||||||
|
|
||||||
promo:
|
promo:
|
||||||
head_title: 'Label templates'
|
head_title: 'Label templates'
|
||||||
promo_title: 'Label all your tubes & containers by your own standards'
|
promo_title: 'This feature is disabled by default in open source SciNote'
|
||||||
description_0: 'Easily track your inventory items with labels'
|
|
||||||
description_1: 'Print labels fast & easy'
|
|
||||||
description_2: 'Always have 100% accurate standard output'
|
|
||||||
action_button: 'Try Label templates'
|
|
||||||
|
|
||||||
label_printers:
|
label_printers:
|
||||||
create:
|
create:
|
||||||
|
|
Loading…
Reference in a new issue