add scam warning lang

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole
2023-09-11 21:53:57 +05:30
parent 754fea538a
commit 6a8d755b27
35 changed files with 210 additions and 0 deletions

View File

@@ -544,5 +544,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Installation Successful!", ""),
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("You May Be Being SCAMMED!", ""),
("If you are on the phone with someone you DON'T know AND TRUST who has asked you to use RustDesk and start the service, do not proceed and hang up immediately.", ""),
("They are likely a scammer trying to steal your money or other private information.", ""),
("Don't show again", ""),
("I Agree", ""),
("Decline", ""),
].iter().cloned().collect();
}