sign in copy change (#1249)

This commit is contained in:
ggurdin 2024-12-13 15:22:18 -05:00 committed by GitHub
parent 0fcc119c9a
commit d3b405adc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -4624,6 +4624,7 @@
"maxXP": {}
}
},
"signInWithUsername": "Sign in with username and password",
"registrationEmailMessage": "Please verify your email with a link sent there. In some cases, the email takes up to 5 minutes to arrive. Please also check your spam folder.",
"enableTTSToolName": "Enabled text-to-speech",
"enableTTSToolDescription": "Allow the app to generate text-to-speech output for portions of text in your target language",

View file

@ -146,7 +146,7 @@ class HomeserverPickerView extends StatelessWidget {
horizontal: 10,
),
child: Text(
"${L10n.of(context).loginOrSignup} Pangea Chat",
L10n.of(context).signInWithUsername,
),
),
],