fix: Locale unlocalized strings
This commit is contained in:
parent
c43c721f7f
commit
dba2d2eb98
5 changed files with 36 additions and 10 deletions
|
|
@ -134,7 +134,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
hintStyle: TextStyle(
|
||||
color: theme.colorScheme.surfaceTint,
|
||||
),
|
||||
labelText: 'Sign in with:',
|
||||
labelText: L10n.of(context).signInWith,
|
||||
errorText: controller.error,
|
||||
errorMaxLines: 4,
|
||||
suffixIcon: IconButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue