mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 03:36:44 +08:00
add locale - fix
This commit is contained in:
parent
6de83ff53b
commit
8e02c2e025
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
<span class="glyphicon glyphicon-list"></span>
|
<span class="glyphicon glyphicon-list"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="pull-left checklist-name">
|
<div class="pull-left checklist-name">
|
||||||
<%= auto_link(smart_annotation_parser(simple_format(checklist.name)),
|
<%= auto_link(smart_annotation_parser(simple_format(t 'projects.reports.elements.step_checklist.checklist_name', name: checklist.name)),
|
||||||
link: :urls,
|
link: :urls,
|
||||||
sanitize: false,
|
sanitize: false,
|
||||||
html: { target: '_blank' }).html_safe %>
|
html: { target: '_blank' }).html_safe %>
|
||||||
|
|
Loading…
Reference in a new issue