From 8d628b62c648f479646cebdab595d11c1d2ddcde Mon Sep 17 00:00:00 2001 From: "daniel.boehrs" Date: Fri, 1 Mar 2019 14:49:01 +0100 Subject: [PATCH] HOTFIX adjust group screen title --- lib/source/chat/create_chat.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/source/chat/create_chat.dart b/lib/source/chat/create_chat.dart index 1ebc6c10..5b952d89 100644 --- a/lib/source/chat/create_chat.dart +++ b/lib/source/chat/create_chat.dart @@ -75,7 +75,7 @@ class _CreateChatState extends State { onPressed: () => Navigator.of(context).pop(), ), backgroundColor: chatMain, - title: Text(AppLocalizations.of(context).createGroupTitle), + title: Text(AppLocalizations.of(context).createChatTitle), ), body: buildForm() );