Currenlty active --> Currently active

This commit is contained in:
Sorunome 2020-06-18 18:31:58 +00:00 • committed by Christian Pauly
commit 300999b93a
7 changed files with 12 additions and 12 deletions

View file

@ -261,7 +261,7 @@ class L10n extends MatrixLocalizations {
String get createNewGroup => Intl.message("Create new group");
String get currentlyActive => Intl.message('Currenlty active');
String get currentlyActive => Intl.message('Currently active');
String dateAndTimeOfDay(String date, String timeOfDay) => Intl.message(
"$date, $timeOfDay",