fix: Report content localizations

This commit is contained in:
Christian Pauly 2021-08-15 20:43:38 +02:00
parent f8475a4a3b
commit 2475921599
1 changed files with 4 additions and 1 deletions

View File

@ -389,7 +389,10 @@ class ChatController extends State<Chat> {
final event = selectedEvents.single;
final score = await showConfirmationDialog<int>(
context: context,
title: L10n.of(context).howOffensiveIsThisContent,
title: L10n.of(context).reportMessage,
message: L10n.of(context).howOffensiveIsThisContent,
cancelLabel: L10n.of(context).cancel,
okLabel: L10n.of(context).ok,
actions: [
AlertDialogAction(
key: -100,