'Recently updated' becomes 'popular' used to be 'featured'
This commit is contained in:
@@ -62,6 +62,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
$scope.categoryLabel = function (category) {
|
||||
if (category === 'new') return 'New Apps';
|
||||
if (category === 'recent') return 'Recently Updated';
|
||||
if (category === 'featured') return 'Popular Apps';
|
||||
|
||||
var tmp = $scope.categories.find(function (c) { return c.id === category; });
|
||||
if (tmp) return tmp.label;
|
||||
|
||||
Reference in New Issue
Block a user