fix: Sign in label
This commit is contained in:
parent
4b12353a20
commit
bcd350d401
3 changed files with 3 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue