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 {
|
||||
anchors.leftMargin: 0
|
||||
anchors.rightMargin: 0
|
||||
//% "Communities"
|
||||
text: qsTrId("Community History Archive Protocol")
|
||||
text: qsTr("Community History Archive Protocol")
|
||||
isSwitch: true
|
||||
switchChecked: root.advancedStore.isCommunityHistoryArchiveSupportEnabled
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in New Issue