Ah, the irony of there being typos in Typo. They're meta-typos! This patch fixes a few trivial UI issues that have been bothering me:
- Blog index appends a needless ' : ' to the HTML page title even though @page_title is empty; this is due to faulty logic (checking for existence of @page_title instead of whether @page_title.blank? is true)
- Two occurrences of the word 'excerpt' being misspelled as 'excertp'
- Dashboard translation was searching on the translation key 'État' where it should have been looking for 'Published'