translate changes

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-03-08 12:51:04 +08:00
parent ad32eec879
commit 1d85d87b40
35 changed files with 104 additions and 101 deletions

View File

@@ -178,7 +178,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
if (b != null) driverCert.value = b;
})),
Text(
'${translate('Install driver cert(test cert)')} ${translate('Virtual display requirement')}')
'${translate('Install driver cert (test cert)')} ${translate('Virtual display need')}')
],
),
),
@@ -273,8 +273,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
(setState, close) => CustomAlertDialog(
title: null,
content: SelectionArea(
child: msgboxContent(
'info', '', 'Continue with installing cert is checked.')),
child: msgboxContent('info', '', 'instsall_cert_tip')),
actions: btns,
onCancel: close,
),