This commit is contained in:
Forest Johnson 2026-02-20 10:06:44 +01:00 committed by GitHub
commit f54ab4f173
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ class LoginView extends StatelessWidget {
prefixIcon: const Icon(Icons.account_box_outlined),
errorText: controller.usernameError,
errorStyle: const TextStyle(color: Colors.orange),
hintText: '@username:domain',
hintText: 'username or email',
labelText: L10n.of(context).emailOrUsername,
),
),