fix: Missing localizations in dialogs
This commit is contained in:
parent
262a6725d2
commit
ae33399260
9 changed files with 35 additions and 0 deletions
|
|
@ -135,6 +135,8 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
final input = await showTextInputDialog(
|
||||
context: context,
|
||||
title: L10n.of(context).pleaseEnterYourPassword,
|
||||
okLabel: L10n.of(context).ok,
|
||||
cancelLabel: L10n.of(context).cancel,
|
||||
textFields: [
|
||||
DialogTextField(
|
||||
minLines: 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue