Fixed typo in post feature confirmation prompt

This commit is contained in:
Marcin Kurczewski 2014-10-25 23:39:37 +02:00
parent f169bef0eb
commit 6efca63310

View file

@ -202,7 +202,7 @@ App.Presenters.PostPresenter = function(
function featureButtonClicked(e) {
e.preventDefault();
messagePresenter.hideMessages($messages);
if (window.confirm('Do you want to feature this post on fron page?')) {
if (window.confirm('Do you want to feature this post on the front page?')) {
featurePost();
}
}