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 | e20e666c551e1d4d4630949fcd5000395697a5b2 (patch) | |
| tree | 05d0b2d3a1ea3c106dc2d92b94d60ab247671974 /ishtar_common/templates/ishtar/blocks/sheet_creation_section.html | |
| parent | 49a6f8b40a6af038c1a2d4313d8a8c09afa53878 (diff) | |
| download | Ishtar-e20e666c551e1d4d4630949fcd5000395697a5b2.tar.bz2 Ishtar-e20e666c551e1d4d4630949fcd5000395697a5b2.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/> |
