diff options
author | Jos Poortvliet <jos@opensuse.org> | 2017-06-27 17:00:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 17:00:06 +0200 |
commit | 43301fddaf816e276a82e6ea7c3d02ea05715799 (patch) | |
tree | 74513bc81c9cd97ee86e6af8d74c85a79ac0ccc7 /apps/updatenotification/templates | |
parent | 3b80b72c04f790fd7f9118590ce4b4e81682720a (diff) | |
download | nextcloud-server-43301fddaf816e276a82e6ea7c3d02ea05715799.tar.gz nextcloud-server-43301fddaf816e276a82e6ea7c3d02ea05715799.zip |
Update admin.php
add a note on our staged roll-out.
Diffstat (limited to 'apps/updatenotification/templates')
-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> |