diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-10-23 10:53:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 10:53:22 +0200 |
commit | a06001e0851abc6073af678b742da3e1aa96eec9 (patch) | |
tree | 1fefd580e28d0c5d74b8503b6a22bf00a09bcbaf /apps/settings/templates | |
parent | 7e117da4357cda049bc41c1e146e1b0f8a06ddee (diff) | |
parent | 6f7ca3432c0e6d1e1925179e952f79c6273295f3 (diff) | |
download | nextcloud-server-a06001e0851abc6073af678b742da3e1aa96eec9.tar.gz nextcloud-server-a06001e0851abc6073af678b742da3e1aa96eec9.zip |
Merge pull request #29363 from nextcloud/fair-use-push
Diffstat (limited to 'apps/settings/templates')
-rw-r--r-- | apps/settings/templates/settings/personal/personal.info.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings/templates/settings/personal/personal.info.php b/apps/settings/templates/settings/personal/personal.info.php index d258f616229..4cd0e4e34d6 100644 --- a/apps/settings/templates/settings/personal/personal.info.php +++ b/apps/settings/templates/settings/personal/personal.info.php @@ -35,6 +35,13 @@ script('settings', [ 'vue-settings-personal-info', ]); ?> +<?php if (!$_['isFairUseOfFreePushService']) : ?> + <div class="section"> + <div class="warning"> + <?php p($l->t('This community release of Nextcloud is unsupported and instant notifications are unavailable.')); ?> + </div> + </div> +<?php endif; ?> <div id="personal-settings" data-federation-enabled="<?php p($_['federationEnabled'] ? 'true' : 'false') ?>" data-lookup-server-upload-enabled="<?php p($_['lookupServerUploadEnabled'] ? 'true' : 'false') ?>"> |