diff --git a/flutter_hbb/lib/remote_page.dart b/flutter_hbb/lib/remote_page.dart index 37fa62461..ca7648eb7 100644 --- a/flutter_hbb/lib/remote_page.dart +++ b/flutter_hbb/lib/remote_page.dart @@ -516,7 +516,7 @@ void enterPasswordDialog(String id, BuildContext context) { showAlertDialog( context, (setState) => Tuple3( - Text('Please enter your password'), + Text('Password required'), Column(mainAxisSize: MainAxisSize.min, children: [ PasswordWidget(controller: controller), CheckboxListTile(