Fix startpage
This commit is contained in:
parent
c2346ce599
commit
c0c9e9cb73
8 changed files with 34 additions and 26 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue