Merge #1312: installer: change liana connect description

ead2047e804e284bec0a623f834de1c09cfc839c installer: change liana connect description (edouardparis)

Pull request description:

  close #1308

ACKs for top commit:
  edouardparis:
    Self-ACK ead2047e804e284bec0a623f834de1c09cfc839c

Tree-SHA512: 3644abcc3ff83eaf557652f9a2cb2eec444f3e6c11dad12f4b3128bca24fae1a524445f09bf0727b810405a362bbb9a1df64a70b74087eb8ae9cb280704a3cc9
This commit is contained in:
edouardparis 2024-09-10 15:29:55 +02:00
commit 533bf3e832
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -2508,7 +2508,7 @@ pub fn connection_step_connected<'a>(
.into()
}
pub const REMOTE_BACKEND_DESC: &str = "Use a hosted service to talk to the Bitcoin network and store data. Wizardsardine runs the infrastructure, keeps a backup of your wallet descriptor, and allow for synchronization between multiple computers and participants.\n\nThis is a safer option for users who want Wizardsardine to keep a backup of your descriptor. Wizardsardine will be able to see the information of your wallet, 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 the 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";