Add android FAQ answers to content call (#10649)

This commit is contained in:
Phillip Thelen 2018-08-30 21:49:36 +02:00 committed by Sabe Jones
parent 0f7fc27663
commit 64507a161e

View file

@ -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',