fix one message in QuestionsPage

This commit is contained in:
Dawid Wysokiński 2021-03-13 18:43:18 +01:00
parent b6cefbc741
commit bce09ef946

View File

@ -106,7 +106,7 @@ const QuestionsPage = () => {
}; };
const handleDeleteQuestions = async () => { const handleDeleteQuestions = async () => {
if (!window.confirm('Czy na pewno chcesz usunąć wybrane zawody?')) { if (!window.confirm('Czy na pewno chcesz usunąć wybrane pytania?')) {
return; return;
} }
try { try {