chore: Update matrix ID localization

This commit is contained in:
Christian Kußowski 2026-02-22 12:34:31 +01:00
parent 9873c7699b
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

@ -3498,5 +3498,6 @@
"appIntro": "With FluffyChat you can chat with your friends. It's a secure decentralized [matrix] messenger! Learn more on https://matrix.org if you like or just sign up.",
"theProcessWasCanceled": "The process was canceled.",
"join": "Join",
"searchOrEnterHomeserverAddress": "Search or enter homeserver address"
"searchOrEnterHomeserverAddress": "Search or enter homeserver address",
"matrixId": "Matrix ID"
}

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,
),
),
),