From 0808672b6eb6ad8d552b41b99fd9cf5d91864b7a Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 16 Mar 2024 11:59:12 +0800 Subject: [PATCH] modify warn --- src/lang/en.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/en.rs b/src/lang/en.rs index 3961347e4..ea1ad6030 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -215,6 +215,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("enter-2fa-title", "Two-factor authentication"), ("powered_by_me", "Powered by RustDesk"), ("outgoing_only_desk_tip", "This is a customized edition.\nYou can connect to other devices, but other devices cannot connect to your device."), - ("preset_password_warning", "This software uses a default password. Anyone knowing this password can gain full control of your device. If you did not expect this, uninstall the software immediately."), + ("preset_password_warning", "This customized edition comes with a preset password. Anyone knowing this password could gain full control of your device. If you did not expect this, uninstall the software immediately."), ].iter().cloned().collect(); }