chore: Update matrix ID localization
This commit is contained in:
parent
9873c7699b
commit
75db25874a
2 changed files with 3 additions and 2 deletions
|
|
@ -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.",
|
"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.",
|
"theProcessWasCanceled": "The process was canceled.",
|
||||||
"join": "Join",
|
"join": "Join",
|
||||||
"searchOrEnterHomeserverAddress": "Search or enter homeserver address"
|
"searchOrEnterHomeserverAddress": "Search or enter homeserver address",
|
||||||
|
"matrixId": "Matrix ID"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ class LoginView extends StatelessWidget {
|
||||||
errorText: controller.usernameError,
|
errorText: controller.usernameError,
|
||||||
errorStyle: const TextStyle(color: Colors.orange),
|
errorStyle: const TextStyle(color: Colors.orange),
|
||||||
hintText: '@username:domain',
|
hintText: '@username:domain',
|
||||||
labelText: L10n.of(context).emailOrUsername,
|
labelText: L10n.of(context).matrixId,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue