'Recently updated' becomes 'popular' used to be 'featured'

This commit is contained in:
Johannes Zellner
2020-06-13 22:47:10 +02:00
parent e0778c52e8
commit 297a635613
2 changed files with 2 additions and 1 deletions

View File

@@ -277,8 +277,8 @@
<div ng-show="ready && validSubscription" class="ng-cloak appstore-toolbar">
<div class="appstore-toolbar-content">
<button class="btn" type="button" ng-click="showCategory('');">All</button>
<button class="btn" type="button" ng-click="showCategory('featured');">Popular</button>
<button class="btn" type="button" ng-click="showCategory('new');">New Apps</button>
<button class="btn" type="button" ng-click="showCategory('recent');">Recently Updated</button>
<div class="dropdown">
<button class="btn dropdown-toggle" type="button" data-toggle="dropdown">
Categories