fix: Sign in label

This commit is contained in:
Christian Kußowski 2026-01-20 13:44:22 +01:00
commit bcd350d401
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 3 additions and 12 deletions

View file

@ -134,7 +134,7 @@ class HomeserverPickerView extends StatelessWidget {
hintStyle: TextStyle(
color: theme.colorScheme.surfaceTint,
),
labelText: L10n.of(context).signInWith,
labelText: L10n.of(context).signInWithLabel,
errorText: controller.error,
errorMaxLines: 4,
suffixIcon: IconButton(