diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-05-24 14:36:10 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-05-24 14:36:10 +0200 |
commit | 426f492f57b1adf5db9bc1d7646b228b3aa4e82c (patch) | |
tree | aa99ca5805c78f49a0d2a00420fb9ea4f25bc72a /apps/files/templates | |
parent | 1b215b01311ecba1455bd7fa867c43d765da2295 (diff) | |
download | nextcloud-server-426f492f57b1adf5db9bc1d7646b228b3aa4e82c.tar.gz nextcloud-server-426f492f57b1adf5db9bc1d7646b228b3aa4e82c.zip |
fix typo
Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex
Diffstat (limited to 'apps/files/templates')
-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> |