diff options
author | Joas Schilling <coding@schilljs.com> | 2017-06-09 18:05:10 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-06-13 11:17:43 +0200 |
commit | d8f10e96a2b01bee487122f194f0023f4af76636 (patch) | |
tree | 048d2c2cd5668baecaef75bd8e2d4e206b42d911 /apps/files/templates | |
parent | 06a925d88849f5f812ef231bb1b6ca2137549aed (diff) | |
download | nextcloud-server-d8f10e96a2b01bee487122f194f0023f4af76636.tar.gz nextcloud-server-d8f10e96a2b01bee487122f194f0023f4af76636.zip |
Content will come from the external app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/appnavigation.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/templates/appnavigation.php b/apps/files/templates/appnavigation.php index 0d08ac53c5c..bbd78079d39 100644 --- a/apps/files/templates/appnavigation.php +++ b/apps/files/templates/appnavigation.php @@ -16,7 +16,6 @@ <?php if($_['usage_relative'] > 80): ?>class="quota-warning"<?php endif; ?>> </div> </div> - <p id="quotatext-additional"><?php p($l->t('Do you need more space?')); ?></p> </a> </li> <?php foreach ($_['navigationItems'] as $item) { ?> |