Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-21 15:46:46 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-05-21 15:46:46 +0300
commit16346fd563a9d700336dd614ac1ce3b8e9db6f82 (patch)
treee5886e5e2531ee2c1ba01bef68977f0420e22391 /templates
parent9fd2bb5e0ac1dabaebcaca89cb0f48a74701d9ba (diff)
fine tune info message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/Settings/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Settings/personal.php b/templates/Settings/personal.php
index c580848..310c029 100644
--- a/templates/Settings/personal.php
+++ b/templates/Settings/personal.php
@@ -29,7 +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>
+ <p class="settings-hint"><?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.')); ?></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>