diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/sheet_creation_section.html')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/sheet_creation_section.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html b/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html index 1312cbcd5..e6ce31c25 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html @@ -1,6 +1,6 @@ {% load i18n link_to_window %} {% if item.history_creator.ishtaruser.person %} -<li><label>{%trans "Creation:"%}</label> +<li><label>{% trans "Creation" context "Sheet" %}</label> <span class='value'> {{item.history_creator.ishtaruser.person}} {{item.history_creator.ishtaruser.person|link_to_window}} <br/> @@ -9,7 +9,7 @@ </li> {% endif %} {% if item.history_creation_date != item.last_edition_date %} -<li><label>{%trans "Modification:"%}</label> +<li><label>{% trans "Modification" context "Sheet" %}</label> <span class='value'> {{item.history_modifier.ishtaruser.person}} {{item.history_modifier.ishtaruser.person|link_to_window}} <br/> |