diff --git a/lib/pages/chat.dart b/lib/pages/chat.dart index 6eeb868b..a32d224d 100644 --- a/lib/pages/chat.dart +++ b/lib/pages/chat.dart @@ -389,7 +389,10 @@ class ChatController extends State { final event = selectedEvents.single; final score = await showConfirmationDialog( 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,