Fix startpage

This commit is contained in:
Christian Pauly 2020-04-12 11:12:56 +02:00
commit c0c9e9cb73
8 changed files with 34 additions and 26 deletions

View file

@ -752,6 +752,9 @@ class I18n {
String get wednesday => Intl.message("Wednesday");
String get welcomeText => Intl.message(
'Welcome to the cutest instant messenger in the matrix network.');
String get whoIsAllowedToJoinThisGroup =>
Intl.message("Who is allowed to join this group");