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