diff options
Diffstat (limited to 'ishtar/templates/sheet_contextrecord.html')
| -rw-r--r-- | ishtar/templates/sheet_contextrecord.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar/templates/sheet_contextrecord.html b/ishtar/templates/sheet_contextrecord.html index 76b76183f..b29541d54 100644 --- a/ishtar/templates/sheet_contextrecord.html +++ b/ishtar/templates/sheet_contextrecord.html @@ -6,10 +6,10 @@ <h3>{% trans "Context Record"%}</h3> {% if item.parcel.operation.code_patriarche %} -<p><label>{%trans "Complete label:"%}</label> +<p><label>{%trans "Complete ID:"%}</label> {% else %} <p class='alert'><label>{%trans "Patriarche OA code not yet recorded!"%}</label></p> -<p><label>{%trans "Temporary label:"%}</label> +<p><label>{%trans "Temporary ID:"%}</label> {%endif%} <span class='value'>{{item.full_label}}</span></p> {%if item.unit %} |
