diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-04 19:11:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 19:11:31 +0200 |
commit | 67f4a79be7e4a8e121dba4ec7d346aee03f14d7a (patch) | |
tree | e2559648489258354c65d60a3c0d088a99943017 /apps | |
parent | 711d861d8ba0486a0262cff45dd124bba1da1f2e (diff) | |
parent | 43301fddaf816e276a82e6ea7c3d02ea05715799 (diff) | |
download | nextcloud-server-67f4a79be7e4a8e121dba4ec7d346aee03f14d7a.tar.gz nextcloud-server-67f4a79be7e4a8e121dba4ec7d346aee03f14d7a.zip |
Merge pull request #5549 from nextcloud/update-info
Update admin.php
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/templates/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index dcea7cf3e6b..369d4905a40 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -41,6 +41,7 @@ </p> <p> <em><?php p($l->t('You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.')); ?></em> + <em><?php p($l->t('Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found.')); ?></em> </p> |