Merge branch 'master' into feature/new-ui

This commit is contained in:
Salvatore Giordano
2020-11-16 17:22:46 +01:00
4 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ class MessageInputState extends State<MessageInput> {
return 'Search GIFs';
}
if (_attachments.isNotEmpty) {
return 'Add a command or send';
return 'Add a comment or send';
}
return 'Write a message';
}