Change string name
This commit is contained in:
parent
9e5af0ac7a
commit
c1ec5c6a7b
|
@ -112,7 +112,7 @@ class AddAccountPage extends HookWidget {
|
|||
autofocus: true,
|
||||
controller: usernameController,
|
||||
decoration:
|
||||
InputDecoration(labelText: L10n.of(context).username_or_email),
|
||||
InputDecoration(labelText: L10n.of(context).email_or_username),
|
||||
),
|
||||
const SizedBox(height: 5),
|
||||
TextField(
|
||||
|
|
Loading…
Reference in New Issue