From 68f4e1de12f978740d50e252cc2383ee2c3a1b8e Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Wed, 21 Apr 2021 21:18:25 +0200 Subject: [PATCH] Change message; --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 08444df..3e9bc81 100644 --- a/js/app.js +++ b/js/app.js @@ -455,7 +455,7 @@ let game = new Vue({ game.$forceUpdate(); } else { game.currentQuest = null; - game.sendInfo('There are no quests available. Please try again.') + game.sendInfo('You haven\'t unlocked any resources yet.'); } localStorage.setItem(this.storageNames.currentQuest, JSON.stringify(this.currentQuest));