mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
Translation issue (#11833)
This commit is contained in:
committed by
Nabin Hait
parent
78d5ccf5fc
commit
8a052cb153
@@ -20,7 +20,7 @@
|
|||||||
<div class="row transaction-subheading">
|
<div class="row transaction-subheading">
|
||||||
<div class="col-xs-6">
|
<div class="col-xs-6">
|
||||||
<span class="indicator {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
|
<span class="indicator {{ doc.indicator_color or ("blue" if doc.docstatus==1 else "darkgrey") }}">
|
||||||
{{ doc.indicator_title or doc.status or "Submitted" }}
|
{{ _(doc.indicator_title) or _(doc.status) or _("Submitted") }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-6 text-muted text-right small">
|
<div class="col-xs-6 text-muted text-right small">
|
||||||
|
|||||||
Reference in New Issue
Block a user