Use existing lang constant.
This commit is contained in:
parent
c4ba5f8da8
commit
9e14904eb2
@ -59,7 +59,7 @@
|
||||
<span class="entry_status status_future">{$CONST.ENTRY_PUBLISHED_FUTURE}</span>
|
||||
{/if}
|
||||
{if $entry.isdraft == "true"}
|
||||
<span class="entry_status status_draft">Draft</span>
|
||||
<span class="entry_status status_draft">{$CONST.DRAFT}</span>
|
||||
{/if}
|
||||
</li>
|
||||
{/foreach}
|
||||
|
Loading…
x
Reference in New Issue
Block a user