diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-16 10:31:21 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-16 10:31:21 +0100 |
| commit | bbaad22b70fbe644958e0d69cc360f5a1d0bf4f2 (patch) | |
| tree | 05d0b2d3a1ea3c106dc2d92b94d60ab247671974 /ishtar_common/templates/ishtar/blocks/sheet_creation_section.html | |
| parent | 4a6074654a8ac55977c01294e013fdc8d3d47214 (diff) | |
| download | Ishtar-bbaad22b70fbe644958e0d69cc360f5a1d0bf4f2.tar.bz2 Ishtar-bbaad22b70fbe644958e0d69cc360f5a1d0bf4f2.zip | |
Sheet: remove ":" from labels
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/> |
