Translation issue (#11833)
This commit is contained in:
parent
78d5ccf5fc
commit
8a052cb153
@ -20,7 +20,7 @@
|
||||
<div class="row transaction-subheading">
|
||||
<div class="col-xs-6">
|
||||
<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>
|
||||
</div>
|
||||
<div class="col-xs-6 text-muted text-right small">
|
||||
|
Loading…
Reference in New Issue
Block a user