add note about what happens on button clicks

thx to @jospoortvliet for human understandable text

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Bu işleme şunda yer alıyor:
Arthur Schiwon 2018-05-18 17:19:58 +02:00
ebeveyn 64c1c5becc
işleme 18df4620a1
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 7424F1874854DF23
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme

Dosyayı Görüntüle

@ -29,6 +29,7 @@ script('data_request', ['init', 'app']);
<div id="data-request" class="section">
<h2><?php p($l->t('Account')); ?></h2>
<p><?php p($l->t('You can request an export of your data or account deletion from the system administrator. This can take up to 30 days to be executed.')); ?></p>
<div>
<button id="data-request-export" data-request="export" class="button"><?php p($l->t('Request data export')); ?></button><span class="warning hidden"></span>
</div>