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));