Change string name

This commit is contained in:
shilangyu 2021-02-28 19:46:27 +01:00
parent 9e5af0ac7a
commit c1ec5c6a7b
1 changed files with 1 additions and 1 deletions

View File

@ -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(