"Node history: {{node_name}}" was untranslatable!
This commit is contained in:
parent
b51bb9eb04
commit
87497a9042
3 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
@name = printable_name @node
|
||||
@title = t('browse.node_history.node_history') + ' | ' + @name
|
||||
%>
|
||||
<h2>Node History: <%= h(@name) %></h2>
|
||||
<h2><%= t'browse.node_history.node_history_title', :node_name => h(@name) %></h2>
|
||||
|
||||
<table width="100%">
|
||||
<tr valign="top">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue