fix(AdvancedView): fix label for community history archive protocol
Closes #5887
This commit is contained in:
parent
d6b83e8b96
commit
72c389ba09
|
@ -166,8 +166,7 @@ SettingsContentBase {
|
||||||
StatusSettingsLineButton {
|
StatusSettingsLineButton {
|
||||||
anchors.leftMargin: 0
|
anchors.leftMargin: 0
|
||||||
anchors.rightMargin: 0
|
anchors.rightMargin: 0
|
||||||
//% "Communities"
|
text: qsTr("Community History Archive Protocol")
|
||||||
text: qsTrId("Community History Archive Protocol")
|
|
||||||
isSwitch: true
|
isSwitch: true
|
||||||
switchChecked: root.advancedStore.isCommunityHistoryArchiveSupportEnabled
|
switchChecked: root.advancedStore.isCommunityHistoryArchiveSupportEnabled
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in New Issue