Fixed typo in post feature confirmation prompt
This commit is contained in:
parent
f169bef0eb
commit
6efca63310
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ App.Presenters.PostPresenter = function(
|
||||||
function featureButtonClicked(e) {
|
function featureButtonClicked(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
messagePresenter.hideMessages($messages);
|
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();
|
featurePost();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue