add note about what happens on button clicks

thx to @jospoortvliet for human understandable text

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2018-05-18 17:19:58 +02:00
父節點 64c1c5becc
當前提交 18df4620a1
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 7424F1874854DF23
共有 1 個文件被更改,包括 1 次插入0 次删除

查看文件

@ -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>