summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-10-03 18:15:14 +0200
committerJulius Härtl <jus@bitgrid.net>2017-10-10 12:34:38 +0200
commita3502c5c670456e1c3ea2476b31f681a37839e8d (patch)
tree43cc49e3dea90f1c1188d909042ae72916351e6f /settings/templates
parent6f7fb2e87b031e7a1e8c93ef79e1c17aeae1c461 (diff)
downloadnextcloud-server-a3502c5c670456e1c3ea2476b31f681a37839e8d.tar.gz
nextcloud-server-a3502c5c670456e1c3ea2476b31f681a37839e8d.zip
App management: Show proper message when no updates are available
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index f0fc5791e5a..5d519496598 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -208,7 +208,7 @@ script(
</svg>
<div id="apps-list"></div>
<div id="apps-list-empty" class="hidden emptycontent emptycontent-search">
- <div class="icon-search"></div>
+ <div id="app-list-empty-icon" class="icon-search"></div>
<h2><?php p($l->t('No apps found for your version')) ?></h2>
</div>
</div>