Rename today and tomorrow widgets
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
committed by
Julius Härtl
parent
a37e7192aa
commit
6aaa9bea9c
@@ -52,7 +52,7 @@ class DeckWidgetToday implements IWidget {
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function getTitle(): string {
|
||||
return $this->l10n->t('Upcoming cards today');
|
||||
return $this->l10n->t('Cards due today');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -52,7 +52,7 @@ class DeckWidgetTomorrow implements IWidget {
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function getTitle(): string {
|
||||
return $this->l10n->t('Upcoming cards tomorrow');
|
||||
return $this->l10n->t('Cards due tomorrow');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user