Merge #1459: gui(installer): fix typo in remote backend description
eba3b616b90bdafb6bc21e2c404f85d251f9f947 gui(installer): fix typo in remote backend description (pythcoiner) Pull request description: closes #1458 ACKs for top commit: edouardparis: ACK eba3b616b90bdafb6bc21e2c404f85d251f9f947 Tree-SHA512: 226d8c57ce5b8f72c31cc13f079486b53419d8ec345ba87cc1b2ab1a4afd5d02be35f7baae46329a433217c9352ccd73182686160c3dc17dc08186321fac4540
This commit is contained in:
commit
387f431c3b
@ -2001,7 +2001,7 @@ pub fn connection_step_connected<'a>(
|
||||
.into()
|
||||
}
|
||||
|
||||
pub const REMOTE_BACKEND_DESC: &str = "Use our service to instantly be ready to transact. Wizardsardine runs the infrastructure, allowing multiple computers or participants to connect and synchronize.\n\nThis is a simpler and safer option for people who want Wizardsardine to keep a backup of their descriptor. You are still in control of your keys, and Wizardsardine does not have any control over your funds, but it will be able to see the your wallet's information, associated to an email address. Privacy focused users should run their own infrastructure instead.";
|
||||
pub const REMOTE_BACKEND_DESC: &str = "Use our service to instantly be ready to transact. Wizardsardine runs the infrastructure, allowing multiple computers or participants to connect and synchronize.\n\nThis is a simpler and safer option for people who want Wizardsardine to keep a backup of their descriptor. You are still in control of your keys, and Wizardsardine does not have any control over your funds, but it will be able to see your wallet's information, associated to an email address. Privacy focused users should run their own infrastructure instead.";
|
||||
|
||||
pub const LOCAL_WALLET_DESC: &str = "Use your already existing Bitcoin node or automatically install one. The Liana wallet will not connect to any external server.\n\nThis is the most private option, but the data is locally stored on this computer, only. You must perform your own backups, and share the descriptor with other people you want to be able to access the wallet";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user