mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed typo in post feature confirmation prompt
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user