Update install_page.dart

This commit is contained in:
Mr-Update
2023-08-07 21:38:54 +02:00
committed by GitHub
parent 278ce0281d
commit b6abcaee7a

View File

@@ -282,7 +282,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
title: null, title: null,
content: SelectionArea( content: SelectionArea(
child: child:
msgboxContent('info', 'Warning', 'comfirm_install_cert_tip')), msgboxContent('info', 'Warning', 'confirm_install_cert_tip')),
actions: btns, actions: btns,
onCancel: close, onCancel: close,
), ),