fix: Missing localizations in dialogs
This commit is contained in:
parent
262a6725d2
commit
ae33399260
9 changed files with 35 additions and 0 deletions
|
|
@ -324,6 +324,8 @@ class _ChatState extends State<Chat> {
|
|||
final reason = await showTextInputDialog(
|
||||
context: context,
|
||||
title: L10n.of(context).whyDoYouWantToReportThis,
|
||||
okLabel: L10n.of(context).ok,
|
||||
cancelLabel: L10n.of(context).cancel,
|
||||
textFields: [DialogTextField(hintText: L10n.of(context).reason)]);
|
||||
if (reason == null || reason.single.isEmpty) return;
|
||||
final result = await showFutureLoadingDialog(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue