fix: Missing localizations in dialogs

This commit is contained in:
Christian Pauly 2021-02-23 11:03:54 +01:00
commit ae33399260
9 changed files with 35 additions and 0 deletions

View file

@ -89,6 +89,8 @@ class _DiscoverState extends State<Discover> {
final newServer = await showTextInputDialog(
title: L10n.of(context).changeTheHomeserver,
context: context,
okLabel: L10n.of(context).ok,
cancelLabel: L10n.of(context).cancel,
textFields: [
DialogTextField(
prefixText: 'https://',