summaryrefslogtreecommitdiffstats
path: root/lib/private/Profile/Actions/WebsiteAction.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Profile/Actions/WebsiteAction.php')
-rw-r--r--lib/private/Profile/Actions/WebsiteAction.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Profile/Actions/WebsiteAction.php b/lib/private/Profile/Actions/WebsiteAction.php
index ea1daeee20e..0a08879059c 100644
--- a/lib/private/Profile/Actions/WebsiteAction.php
+++ b/lib/private/Profile/Actions/WebsiteAction.php
@@ -70,11 +70,11 @@ class WebsiteAction implements ILinkAction {
}
public function getDisplayId(): string {
- return $this->l10nFactory->get('core')->t('Website');
+ return $this->l10nFactory->get('lib')->t('Website');
}
public function getTitle(): string {
- return $this->l10nFactory->get('core')->t('Visit %s', [$this->value]);
+ return $this->l10nFactory->get('lib')->t('Visit %s', [$this->value]);
}
public function getPriority(): int {