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
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-03-01 16:58:26 +0300
committerGitHub <noreply@github.com>2022-03-01 16:58:26 +0300
commit3026d57ccf1872b8f30ebf9ee590223caa3c0095 (patch)
tree90bfda130685fb441568343e802cec92d3fd8dee /apps/settings
parent3ade269d1bbbfe3c33906609187b243a9c999615 (diff)
parent2ebffc05352fe0566f8bb1e1a6b07583992b8f0c (diff)
Merge pull request #31354 from nextcloud/fix/caching-avatar
Fix caching of the user avatar
Diffstat (limited to 'apps/settings')
-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>