From 69ede0fb03d2cc993ebbfbb9e356f9f09fd3ee2f Mon Sep 17 00:00:00 2001 From: open-trade Date: Fri, 27 Nov 2020 12:46:40 +0800 Subject: [PATCH] text --- flutter_hbb/lib/remote_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(