Avoid raw html in translations for the note icon

This commit is contained in:
Andy Allan 2023-03-29 11:29:18 +01:00
parent c8f6d6df0f
commit 7751f7a04b
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
<div class='col-sm'>
<h5><%= t "site.welcome.add_a_note.title" %></h5>
<p><%= t "site.welcome.add_a_note.para_1" %></p>
<p><%= t ".how_to_help.add_a_note.instructions_html", :map_url => root_path %></p>
<p><%= t ".how_to_help.add_a_note.instructions_1_html", :note_icon => tag.a(:class => "icon note") %></p>
</div>
</div>