From 53b976b40051ff47cfc8759402638597de2f9339 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 27 Feb 2018 11:46:06 -0800 Subject: [PATCH] fix typo in bank href --- interface/resources/qml/hifi/commerce/wallet/Help.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/commerce/wallet/Help.qml b/interface/resources/qml/hifi/commerce/wallet/Help.qml index a75d090370..ee6c96278e 100644 --- a/interface/resources/qml/hifi/commerce/wallet/Help.qml +++ b/interface/resources/qml/hifi/commerce/wallet/Help.qml @@ -253,7 +253,7 @@ At the moment, there is currently no way to convert HFC to other currencies. Sta } else if (link === "#blockchain") { Qt.openUrlExternally("https://docs.highfidelity.com/high-fidelity-commerce"); } else if (link === "#bank") { - Qt.openUrlExternally("hifi://BankOfHighFidelity";) + Qt.openUrlExternally("hifi://BankOfHighFidelity"); } else if (link === "#support") { Qt.openUrlExternally("mailto:support@highfidelity.com"); }