chore: Update matrix ID localization

This commit is contained in:
Christian Kußowski 2026-02-22 12:34:31 +01:00
commit 75db25874a
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 3 additions and 2 deletions

View file

@ -56,7 +56,7 @@ class LoginView extends StatelessWidget {
errorText: controller.usernameError,
errorStyle: const TextStyle(color: Colors.orange),
hintText: '@username:domain',
labelText: L10n.of(context).emailOrUsername,
labelText: L10n.of(context).matrixId,
),
),
),