Skip to content

Commit

Permalink
Add android FAQ answers to content call
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Aug 29, 2018
1 parent 1d59703 commit 7c96cdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/common/script/content/faq.js
Expand Up @@ -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',
Expand Down

0 comments on commit 7c96cdb

Please sign in to comment.