feat(CommunityOverview): Update Control Node help page URL opened by Learn more button
Updating the help URL.
This commit is contained in:
parent
ffc5029be1
commit
83303a011e
|
@ -138,7 +138,7 @@ StackLayout {
|
|||
isControlNode: root.isControlNode
|
||||
onExportControlNodeClicked: root.exportControlNodeClicked()
|
||||
//TODO update once the domain changes
|
||||
onLearnMoreClicked: Global.openLink(Constants.statusHelpLinkPrefix + "en/status-communities/about-the-control-node-in-status-communities")
|
||||
onLearnMoreClicked: Global.openLink(Constants.statusHelpLinkPrefix + "status-communities/about-the-control-node-in-status-communities")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -880,7 +880,7 @@ QtObject {
|
|||
readonly property string communityLinkPrefix: externalStatusLinkWithHttps + '/c/'
|
||||
readonly property string userLinkPrefix: externalStatusLinkWithHttps + '/u/'
|
||||
readonly property string statusLinkPrefix: 'https://status.im/'
|
||||
readonly property string statusHelpLinkPrefix: `https://help.status.im/`
|
||||
readonly property string statusHelpLinkPrefix: `https://status.app/help/`
|
||||
|
||||
readonly property int maxUploadFiles: 5
|
||||
readonly property double maxUploadFilesizeMB: 10
|
||||
|
|
Loading…
Reference in New Issue