mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 16:39:59 -04:00
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>
This commit is contained in:
parent
4f9fbf8dfb
commit
d72431d823
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue