aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-06-20 10:38:37 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-06-20 13:14:24 +0200
commit19b531fd1412407d401f8433b05f005465ffb96c (patch)
treee61a31e86566cc5b75690fef544ae82388162ba3 /apps/updatenotification/templates
parent9107fd6cd6f55762d281aa34a4662b1d8e227285 (diff)
downloadnextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.tar.gz
nextcloud-server-19b531fd1412407d401f8433b05f005465ffb96c.zip
fix more strings
Diffstat (limited to 'apps/updatenotification/templates')
-rw-r--r--apps/updatenotification/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
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>