Typo on error message if nyaa's down

This commit is contained in:
Kylart 2017-05-01 23:43:13 +02:00
parent 980572375f
commit 8f2ae3ae81
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ const store = new Vuex.Store({
}
else if (status === 226)
{
alert('Nyaa is down, KawAniem is unable to get the latest releases...')
alert('Nyaa is down, KawAnime is unable to get the latest releases...')
}
}
,