Merge pull request #1372 from TheLumbee/master

Grammatical correction for closing dialog.
This commit is contained in:
RustDesk 2022-09-18 10:59:36 +08:00 committed by GitHub
commit d18071e70a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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