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:44:54 +0100
commit07ec9900016752ae17ec6a4dca2aa39b40eec4b3 (patch)
treeb0e744848a37bd7f36f0786c697b44982f9b44e3
parentcbcdf1c9b4d394b86fcb1f9147a7ccd1072ecdf1 (diff)
downloadnextcloud-server-07ec9900016752ae17ec6a4dca2aa39b40eec4b3.tar.gz
nextcloud-server-07ec9900016752ae17ec6a4dca2aa39b40eec4b3.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 c1a5735aa8f..959f59eaf34 100644
--- a/apps/settings/templates/settings/personal/personal.info.php
+++ b/apps/settings/templates/settings/personal/personal.info.php
@@ -65,6 +65,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>