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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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