diff options
Diffstat (limited to 'lib/private/Profile/Actions/EmailAction.php')
-rw-r--r-- | lib/private/Profile/Actions/EmailAction.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Profile/Actions/EmailAction.php b/lib/private/Profile/Actions/EmailAction.php index 1eef1236630..d3c749e06c3 100644 --- a/lib/private/Profile/Actions/EmailAction.php +++ b/lib/private/Profile/Actions/EmailAction.php @@ -70,11 +70,11 @@ class EmailAction implements ILinkAction { } public function getDisplayId(): string { - return $this->l10nFactory->get('core')->t('Email'); + return $this->l10nFactory->get('lib')->t('Email'); } public function getTitle(): string { - return $this->l10nFactory->get('core')->t('Mail %s', [$this->value]); + return $this->l10nFactory->get('lib')->t('Mail %s', [$this->value]); } public function getPriority(): int { |