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 | |
parent | 9107fd6cd6f55762d281aa34a4662b1d8e227285 (diff) | |
download | nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.tar.gz nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.zip |
fix more strings
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/lib/Notification/Notifier.php | 2 | ||||
-rw-r--r-- | apps/updatenotification/templates/admin.php | 2 |
2 files changed, 2 insertions, 2 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 { diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 5974b106f72..0be070cac30 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -47,7 +47,7 @@ <input name="oca_updatenotification_groups_list" type="hidden" id="oca_updatenotification_groups_list" value="<?php p($_['notify_groups']) ?>" style="width: 400px"> <em class="<?php if (!in_array($currentChannel, ['daily', 'git'])) p('hidden'); ?>"> <br /> - <?php p($l->t('Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications.')); ?> + <?php p($l->t('Only notification for app updates are available, because the selected update channel for the server itself does not allow notifications.')); ?> </em> </p> </form> |