Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-02-25 16:28:15 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-03-01 14:15:31 +0300
commit2ebffc05352fe0566f8bb1e1a6b07583992b8f0c (patch)
treeff90cbd098291ce570c980423e428d603b81552f /apps
parent36721a8d0dfc4f01435029a46b99f483b422f584 (diff)
Add warning to the userfix/caching-avatar
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/templates/settings/personal/personal.info.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings/templates/settings/personal/personal.info.php b/apps/settings/templates/settings/personal/personal.info.php
index bcd8315fc43..19265ebfc85 100644
--- a/apps/settings/templates/settings/personal/personal.info.php
+++ b/apps/settings/templates/settings/personal/personal.info.php
@@ -73,6 +73,7 @@ script('settings', [
<div id="cropper" class="hidden">
<div class="inner-container">
+ <p style="width: 300px; margin-top: 0.5rem"><?php p($l->t('Please note that it can take up to 24 hours for the avatar to get updated everywhere.')); ?></p>
<div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Cancel')); ?></div>
<div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile picture')); ?></div>
</div>