Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
HOTFIX adjust group screen title
Browse files Browse the repository at this point in the history
  • Loading branch information
Boehrsi committed Mar 1, 2019
1 parent 56fedca commit 8d628b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/source/chat/create_chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class _CreateChatState extends State<CreateChat> {
onPressed: () => Navigator.of(context).pop(),
),
backgroundColor: chatMain,
title: Text(AppLocalizations.of(context).createGroupTitle),
title: Text(AppLocalizations.of(context).createChatTitle),
),
body: buildForm()
);
Expand Down

0 comments on commit 8d628b6

Please sign in to comment.