From d2ebfbf0642917b0e954586d0f5d6c957437bc63 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 21 Nov 2017 18:55:48 -0500 Subject: [PATCH] New Help questions/answers/link --- .../resources/qml/hifi/commerce/wallet/Help.qml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/interface/resources/qml/hifi/commerce/wallet/Help.qml b/interface/resources/qml/hifi/commerce/wallet/Help.qml index 0026bf6cdb..1af2a4a9ba 100644 --- a/interface/resources/qml/hifi/commerce/wallet/Help.qml +++ b/interface/resources/qml/hifi/commerce/wallet/Help.qml @@ -90,6 +90,11 @@ Item { ListModel { id: helpModel; + ListElement { + isExpanded: false; + question: "How can I get HFC?" + answer: qsTr("High Fidelity commerce is in closed beta right now.

To request entry and get free HFC, please contact info@highfidelity.com with your High Fidelity account username and the email address registered to that account."); + } ListElement { isExpanded: false; question: "What are private keys?" @@ -118,12 +123,7 @@ Item { ListElement { isExpanded: false; question: "My HFC balance isn't what I expect it to be. Why?" - answer: qsTr('High Fidelity Coin (HFC) transactions are backed by a blockchain, which takes time to update. The status of a transaction usually updates within 90 seconds.

Tap here to learn more about the blockchain.'); - } - ListElement { - isExpanded: false; - question: "My friend purchased my item from the Marketplace, but I still haven't received the money from the sale. Why not?" - answer: qsTr('High Fidelity Coin (HFC) transactions are backed by a blockchain, which takes time to update. The status of a transaction usually updates within 90 seconds, at which point you will receive your money.

Tap here to learn more about the blockchain.'); + answer: qsTr('High Fidelity Coin (HFC) transactions are backed by a blockchain, which takes time to update. The status of a transaction usually updates within a few seconds.

Tap here to learn more about the blockchain.'); } ListElement { isExpanded: false; @@ -243,7 +243,7 @@ Item { if (link === "#privateKeyPath") { Qt.openUrlExternally("file:///" + root.keyFilePath.substring(0, root.keyFilePath.lastIndexOf('/'))); } else if (link === "#blockchain") { - Qt.openUrlExternally("https://www.highfidelity.com/"); + Qt.openUrlExternally("https://docs.highfidelity.com/high-fidelity-commerce"); } } }