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