Add android FAQ answers to content call (#10649)
This commit is contained in:
committed by
Sabe Jones
parent
0f7fc27663
commit
64507a161e
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user