Fix missing message

This commit is contained in:
Christian Pauly 2020-05-17 10:29:03 +02:00
commit 95ad2a4b06
2 changed files with 4 additions and 2 deletions

View file

@ -589,6 +589,8 @@ class L10n extends MatrixLocalizations {
String get requestToReadOlderMessages =>
Intl.message("Request to read older messages");
String get roomHasBeenUpgraded => Intl.message('Room has been upgraded');
String get saturday => Intl.message("Saturday");
String get share => Intl.message("Share");