fix typo in bank href

This commit is contained in:
howard-stearns 2018-02-27 11:46:06 -08:00
parent 1f2d270419
commit 53b976b400

View file

@ -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");
}