diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index b470d59e1..4431b7c35 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -284,7 +284,7 @@
-

No applications in this category.

+

No apps found.

Let us know if you miss something.

diff --git a/webadmin/src/views/appstore.js b/webadmin/src/views/appstore.js index 420daac1c..8e5f8719c 100644 --- a/webadmin/src/views/appstore.js +++ b/webadmin/src/views/appstore.js @@ -389,7 +389,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca $scope.ready = false; - getAppList(function (error, apps) { + AppStore.getAppsFast(function (error, apps) { if (error) return $timeout($scope.showCategory.bind(null, event), 1000); if (!$scope.category) {