diff options
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 8f11f965b2d..17bf3b3de83 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -102,6 +102,6 @@ <?php p($l->t('Files are being scanned, please wait.'));?> <span id='scan-count'></span> </h3> <p> - <?php p($l->t('Current scanning'));?> <span id='scan-current'></span> + <?php p($l->t('Currently scanning'));?> <span id='scan-current'></span> </p> </div> |