diff options
Diffstat (limited to 'files/templates/index.php')
-rw-r--r-- | files/templates/index.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 92c579c2442..fa4643de75a 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -61,7 +61,10 @@ </p> </div> <div id="scanning-message"> + <h3> + <?php echo $l->t('Files are being scanned, please wait.');?> <span id='scan-count'></spann> + </h3> <p> - <?php echo $l->t('Files are being scanned, please wait.');?> + <?php echo $l->t('Current scanning');?> <span id='scan-current'></spann> </p> </div> |