Merge pull request #143 from naturallaw777/copilot/update-confirmation-messages
[WIP] Update confirmation messages for Bitcoin feature toggles
This commit is contained in:
@@ -361,9 +361,9 @@ function handleFeatureToggle(feat, newEnabled) {
|
|||||||
if (conflictNames.length > 0) {
|
if (conflictNames.length > 0) {
|
||||||
var confirmMsg;
|
var confirmMsg;
|
||||||
if (feat.id === "bip110") {
|
if (feat.id === "bip110") {
|
||||||
confirmMsg = "Only one Bitcoin node implementation can be active. Enabling Bitcoin Knots + BIP110 will disable Bitcoin Core (if active). Continue?";
|
confirmMsg = "Only one Bitcoin node implementation can be active. Enabling Bitcoin Knots + BIP110 will disable Bitcoin Core (if active). Your timechain data will be preserved — you will not need to re-download the timechain. Continue?";
|
||||||
} else if (feat.id === "bitcoin-core") {
|
} else if (feat.id === "bitcoin-core") {
|
||||||
confirmMsg = "Only one Bitcoin node implementation can be active. Enabling Bitcoin Core will disable Bitcoin Knots + BIP110 (if active). Continue?";
|
confirmMsg = "Only one Bitcoin node implementation can be active. Enabling Bitcoin Core will disable Bitcoin Knots + BIP110 (if active). Your timechain data will be preserved — you will not need to re-download the timechain. Continue?";
|
||||||
} else {
|
} else {
|
||||||
confirmMsg = "This will disable " + conflictNames.join(", ") + ". Continue?";
|
confirmMsg = "This will disable " + conflictNames.join(", ") + ". Continue?";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user