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
@@ -32,7 +32,7 @@ use OCP\IL10N;
|
|||||||
class DeckWidgetToday implements IWidget {
|
class DeckWidgetToday implements IWidget {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @var IL10N
|
* @var IL10N
|
||||||
*/
|
*/
|
||||||
private $l10n;
|
private $l10n;
|
||||||
@@ -52,7 +52,7 @@ class DeckWidgetToday implements IWidget {
|
|||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getTitle(): string {
|
public function getTitle(): string {
|
||||||
return $this->l10n->t('Upcoming cards today');
|
return $this->l10n->t('Cards due today');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ use OCP\IL10N;
|
|||||||
class DeckWidgetTomorrow implements IWidget {
|
class DeckWidgetTomorrow implements IWidget {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @var IL10N
|
* @var IL10N
|
||||||
*/
|
*/
|
||||||
private $l10n;
|
private $l10n;
|
||||||
@@ -52,7 +52,7 @@ class DeckWidgetTomorrow implements IWidget {
|
|||||||
* @inheritDoc
|
* @inheritDoc
|
||||||
*/
|
*/
|
||||||
public function getTitle(): string {
|
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