]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add warning to the user 31354/head
authorCarl Schwan <carl@carlschwan.eu>
Fri, 25 Feb 2022 13:28:15 +0000 (14:28 +0100)
committerCarl Schwan <carl@carlschwan.eu>
Tue, 1 Mar 2022 11:15:31 +0000 (12:15 +0100)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: MichaIng <micha@dietpi.com>
Co-authored-by: zroebg <carlos@reendex.com>
apps/settings/templates/settings/personal/personal.info.php

index bcd8315fc431cba1aa13e563adca7fc2d6d6e7ee..19265ebfc85d0914053eb8955803edb4ab04718e 100644 (file)
@@ -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>