opt hint of elevation username (#12338)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2025-07-18 18:40:43 +08:00
committed by GitHub
parent a37f4d79db
commit 1581272104
48 changed files with 48 additions and 47 deletions

View File

@@ -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,
),