diff options
-rw-r--r-- | src/views/Registration.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue index 9d37eb8..e8d8700 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -5,7 +5,7 @@ <p>Please note that you will also need to download and install <a href="https://wiki.themanaworld.org/index.php/Downloads" target="_blank">ManaPlus</a>, our official game client.</p> <br> <div class="specialEvent"> - <b>The apocalypse is upon us.</b> Due the Doomsday Event, during event times, powerful monsters may be found in otherwise safe areas, and sometimes even inside towns. <a href="https://forums.themanaworld.org/viewtopic.php?p=160290#p160290">Read more details here →</a> + <b>The apocalypse is upon us.</b> Due the Doomsday Event, whole towns may vanish from the map temporaly. <a href="https://forums.themanaworld.org/viewtopic.php?p=161550#p161550">Read more details here →</a> </div> <button v-if="!step" @click="isRecaptchaAccepted ? start() : step = -2">Begin!</button> |