summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/sheet_ope.html
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2016-02-24 19:03:18 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2016-02-24 19:03:18 +0100
commit08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3 (patch)
tree80049a20180878b3420252db8d80370d48684cf3 /ishtar_common/templates/sheet_ope.html
parentf1735f9f3ee84a45f8a65cacfe43709eda392425 (diff)
downloadIshtar-08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3.tar.bz2
Ishtar-08fd9ff26d3d61155f421d6229c3eaa2f29fa9b3.zip
Update translations
Diffstat (limited to 'ishtar_common/templates/sheet_ope.html')
-rw-r--r--ishtar_common/templates/sheet_ope.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/sheet_ope.html b/ishtar_common/templates/sheet_ope.html
index dbe3297b3..28390af45 100644
--- a/ishtar_common/templates/sheet_ope.html
+++ b/ishtar_common/templates/sheet_ope.html
@@ -118,9 +118,9 @@
{% endfor %}
</table>
-<h3>{% trans "Recording Units"%}</h3>
+<h3>{% trans "Context Records"%}</h3>
<table>
- <caption>{%trans "Recording Units"%}</caption>
+ <caption>{%trans "Context Records"%}</caption>
<tr>
<th>{% trans "ID" %}</th>
<th>{% trans "Type" %}</th>
@@ -139,7 +139,7 @@
<td class='link'><a href="#{#{%url show-record_unit record_unit.pk%}#}">{% trans "Details" %}</a></td>
</tr>
{% empty %}
- <tr><td colspan="6" class='no_items'>{% trans "No recording unit associated to this operation" %}</td></tr>
+ <tr><td colspan="6" class='no_items'>{% trans "No context record associated to this operation" %}</td></tr>
{% endfor %}
</table>