mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-06 20:19:30 +01:00
change: Placeholder at username login field should be just username
This commit is contained in:
parent
b2f250ebd8
commit
c66009543c
@ -40,8 +40,7 @@ class LoginView extends StatelessWidget {
|
|||||||
controller.loading ? null : [AutofillHints.username],
|
controller.loading ? null : [AutofillHints.username],
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
prefixIcon: Icon(Icons.account_box_outlined),
|
prefixIcon: Icon(Icons.account_box_outlined),
|
||||||
hintText:
|
hintText: L10n.of(context).username,
|
||||||
'@${L10n.of(context).username.toLowerCase()}:domain',
|
|
||||||
errorText: controller.usernameError,
|
errorText: controller.usernameError,
|
||||||
labelText: L10n.of(context).username),
|
labelText: L10n.of(context).username),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user