summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-02-25 14:28:15 +0100
committerCarl Schwan <carlschwan@kde.org>2022-03-02 18:42:03 +0100
commitd72431d823615d4c660f8abb032ed65e157b0551 (patch)
tree7b660a12ba68054ff0eeb4d57d557c0c3428d687
parent4f9fbf8dfb587e0ee97dd09a2de040d3b94109c5 (diff)
downloadnextcloud-server-d72431d823615d4c660f8abb032ed65e157b0551.tar.gz
nextcloud-server-d72431d823615d4c660f8abb032ed65e157b0551.zip
Add warning to the user
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
-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>