From d3b405adc23d7c4c3300c0caab7f94513e606a72 Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:22:18 -0500 Subject: [PATCH] sign in copy change (#1249) --- assets/l10n/intl_en.arb | 1 + lib/pages/homeserver_picker/homeserver_picker_view.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index b7ea7a874..f91cb8b0e 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -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", diff --git a/lib/pages/homeserver_picker/homeserver_picker_view.dart b/lib/pages/homeserver_picker/homeserver_picker_view.dart index 6a0b85bc1..f5180d31b 100644 --- a/lib/pages/homeserver_picker/homeserver_picker_view.dart +++ b/lib/pages/homeserver_picker/homeserver_picker_view.dart @@ -146,7 +146,7 @@ class HomeserverPickerView extends StatelessWidget { horizontal: 10, ), child: Text( - "${L10n.of(context).loginOrSignup} Pangea Chat", + L10n.of(context).signInWithUsername, ), ), ],