mirror of https://github.com/Kylart/KawAnime.git
Typo on error message if nyaa's down
This commit is contained in:
parent
980572375f
commit
8f2ae3ae81
|
@ -171,7 +171,7 @@ const store = new Vuex.Store({
|
||||||
}
|
}
|
||||||
else if (status === 226)
|
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...')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
|
|
Loading…
Reference in New Issue