From 556a7e5229d1532303aeaed7ec482cbc6d2a271d Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 2 Oct 2016 16:23:17 +1000 Subject: [PATCH] add new loading screen tip for The Bulletin Board guild, as discusssed in Aspiring Socialites --- website/common/locales/en/loadingScreenTips.json | 3 ++- website/server/controllers/top-level/pages.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/common/locales/en/loadingScreenTips.json b/website/common/locales/en/loadingScreenTips.json index b3f07d47d4..5a4f1b27aa 100644 --- a/website/common/locales/en/loadingScreenTips.json +++ b/website/common/locales/en/loadingScreenTips.json @@ -31,5 +31,6 @@ "tip29": "Complete all your Dailies to get a Perfect Day Buff that increases your stats!", "tip30": "You can invite people to Guilds, not just Parties.", "tip31": "Check out the pre-made lists in the Library of Shared Lists Guild for example tasks.", - "tip32": "Lots of Habitica’s code, art, and writing is made by volunteer contributors! Anyone can help." + "tip32": "Lots of Habitica’s code, art, and writing is made by volunteer contributors! Anyone can help.", + "tip33": "Check out The Bulletin Board guild for news about guilds, challenges, and other player-created events - and announce your own there!" } diff --git a/website/server/controllers/top-level/pages.js b/website/server/controllers/top-level/pages.js index 6fc10226c2..ad8be7edff 100644 --- a/website/server/controllers/top-level/pages.js +++ b/website/server/controllers/top-level/pages.js @@ -7,7 +7,7 @@ let api = {}; const IS_PROD = nconf.get('IS_PROD'); const TOTAL_USER_COUNT = '1,500,000'; -const LOADING_SCREEN_TIPS = 32; +const LOADING_SCREEN_TIPS = 33; const IS_NEW_CLIENT_ENABLED = nconf.get('NEW_CLIENT_ENABLED') === 'true'; api.getFrontPage = {