mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
The correct description when installing the certificate
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -160,7 +160,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
||||
Option(desktopicon, label: 'Create desktop icon'),
|
||||
Offstage(
|
||||
offstage: !Platform.isWindows,
|
||||
child: Option(driverCert, label: 'idd_driver_tip'),
|
||||
child: Option(driverCert, label: 'install_cert_tip'),
|
||||
).marginOnly(top: 7),
|
||||
Container(
|
||||
padding: EdgeInsets.all(12),
|
||||
@@ -282,7 +282,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
||||
title: null,
|
||||
content: SelectionArea(
|
||||
child:
|
||||
msgboxContent('info', 'Warning', 'confirm_idd_driver_tip')),
|
||||
msgboxContent('info', 'Warning', 'comfirm_install_cert_tip')),
|
||||
actions: btns,
|
||||
onCancel: close,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user