From 64507a161ea23a18f50ec69226cfa021d1fc1eb4 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 30 Aug 2018 21:49:36 +0200 Subject: [PATCH] Add android FAQ answers to content call (#10649) --- website/common/script/content/faq.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/common/script/content/faq.js b/website/common/script/content/faq.js index 91870abea9..e66b293ce8 100644 --- a/website/common/script/content/faq.js +++ b/website/common/script/content/faq.js @@ -14,6 +14,7 @@ for (let i = 0; i <= NUMBER_OF_QUESTIONS; i++) { let question = { question: t(`faqQuestion${i}`), ios: t(`iosFaqAnswer${i}`), + android: t(`androidFaqAnswer${i}`), web: t(`webFaqAnswer${i}`, { // TODO: Need to pull these values from nconf techAssistanceEmail: 'admin@habitica.com',