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
1 changed files with 1 additions and 1 deletions

View File

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