mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-15 04:25:43 +00:00
opt hint of elevation username (#12338)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -1177,7 +1177,7 @@ void showRequestElevationDialog(
|
||||
DialogTextField(
|
||||
controller: userController,
|
||||
title: translate('Username'),
|
||||
hintText: translate('eg: admin'),
|
||||
hintText: translate('elevation_username_tip'),
|
||||
prefixIcon: DialogTextField.kUsernameIcon,
|
||||
errorText: errUser.isEmpty ? null : errUser.value,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user