From a587d3230f240eb3128f7eba16a84a2fc7c5f344 Mon Sep 17 00:00:00 2001 From: vkamn Date: Mon, 6 Oct 2025 11:38:57 +0800 Subject: [PATCH] fix: again fixed site link for features field (#1908) --- client/ui/qml/Pages2/PageSetupWizardApiServiceInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Pages2/PageSetupWizardApiServiceInfo.qml b/client/ui/qml/Pages2/PageSetupWizardApiServiceInfo.qml index 96c9109c..f20886a5 100644 --- a/client/ui/qml/Pages2/PageSetupWizardApiServiceInfo.qml +++ b/client/ui/qml/Pages2/PageSetupWizardApiServiceInfo.qml @@ -87,7 +87,7 @@ PageType { textFormat: Text.RichText text: { var text = ApiServicesModel.getSelectedServiceData("features") - return text.replace("%1", LanguageModel.getCurrentSiteUrl("")) + return text.replace("%1", LanguageModel.getCurrentSiteUrl("free")).replace("/free", "") // todo link should come from gateway } MouseArea {