fix translation

This commit is contained in:
rustdesk 2022-09-18 11:02:27 +08:00
parent d18071e70a
commit f64d2a3983
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import '../../models/model.dart';
import '../../models/platform_model.dart';
void clientClose(OverlayDialogManager dialogManager) {
msgBox('', 'Close', 'Are you sure you want to close the connection?',
msgBox('', 'Close', 'Are you sure to close the connection?',
dialogManager);
}

View File

@ -29,5 +29,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("server_not_support", "Not yet supported by the server"),
("android_open_battery_optimizations_tip", "If you want to disable this feature, please go to the next RustDesk application settings page, find and enter [Battery], Uncheck [Unrestricted]"),
("remote_restarting_tip", "Remote device is restarting, please close this message box and reconnect with permanent password after a while"),
("Are you sure to close the connection?", "Are you sure you want to close the connection?"),
].iter().cloned().collect();
}