Fixed XenForo Missing Phrase

Jake B.

Well-known member
In the cron_edit admin template on the first line

Code:
<xen:title>{xen:if {$entry.entry_id}, "Edit Cron Entry: {$entry.title}", '{xen:phrase create_new_cron_entry}'}</xen:title>

Should be:

Code:
<xen:title>{xen:if {$entry.entry_id}, "{xen:phrase edit_cron_entry}: {$entry.title}", '{xen:phrase create_new_cron_entry}'}</xen:title>

Not a big deal, just something odd I noticed.
 
Funny you should mention that.

We came across this a couple of weeks ago and fixed it. Should be all fixed in XF 1.4.4.
 
Top Bottom