mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 04:38:55 +00:00
Add android FAQ answers to content call (#10649)
This commit is contained in:
parent
0f7fc27663
commit
64507a161e
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue