diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 10:38:37 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-06-20 13:14:24 +0200 |
commit | 19b531fd1412407d401f8433b05f005465ffb96c (patch) | |
tree | e61a31e86566cc5b75690fef544ae82388162ba3 /apps/updatenotification/lib | |
parent | 9107fd6cd6f55762d281aa34a4662b1d8e227285 (diff) | |
download | nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.tar.gz nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.zip |
fix more strings
Diffstat (limited to 'apps/updatenotification/lib')
-rw-r--r-- | apps/updatenotification/lib/Notification/Notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php index 50505ef13f6..bd89c11d62d 100644 --- a/apps/updatenotification/lib/Notification/Notifier.php +++ b/apps/updatenotification/lib/Notification/Notifier.php @@ -64,7 +64,7 @@ class Notifier implements INotifier { $l = $this->l10NFactory->get('updatenotification', $languageCode); if ($notification->getObjectType() === 'core') { - $appName = $l->t('ownCloud core'); + $appName = $l->t('Nextcloud core'); $this->updateAlreadyInstalledCheck($notification, $this->getCoreVersions()); } else { |