From 196684c5798cc2629de9829a65625b8cbf0bc686 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Tue, 20 Apr 2021 00:23:15 +0200 Subject: [PATCH] Fix alert; --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 7c4984c..43457d3 100644 --- a/js/app.js +++ b/js/app.js @@ -487,7 +487,7 @@ let game = new Vue({ }; } else { this.currentQuest = null; - this.sendInfo('There are no quests available, get some resources first.') + this.sendInfo('There are no quests available. Please try again.') } localStorage.setItem(this.storageNames.currentQuest, JSON.stringify(this.currentQuest));