update checkbox text

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole 2023-09-14 19:02:53 +05:30
parent e8d014d80d
commit ae37c2ab2a

View File

@ -331,7 +331,7 @@ class _GeneralState extends State<_General> {
'allow-always-software-render'),
));
children.add(
_OptionCheckBox(context, 'Check for software update on startup.','enable-check-update',
_OptionCheckBox(context, 'Check for software update on startup','enable-check-update',
isServer: false,
));
if (bind.mainShowOption(key: 'allow-linux-headless')) {