diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-25 11:00:34 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-25 11:00:34 +0200 |
commit | 3348019bfa96b62a54ce53d3f738d6f6062d12c7 (patch) | |
tree | 897443cf43ca0b4e81ddc0f4d8f4644fb47e1a74 /apps | |
parent | 3029029afd4745ddf18db66051df27c8548ef368 (diff) | |
parent | 426f492f57b1adf5db9bc1d7646b228b3aa4e82c (diff) | |
download | nextcloud-server-3348019bfa96b62a54ce53d3f738d6f6062d12c7.tar.gz nextcloud-server-3348019bfa96b62a54ce53d3f738d6f6062d12c7.zip |
Merge pull request #8705 from wakeup/master
fix typo
Diffstat (limited to 'apps')
-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> |