diff --git a/dashboard/src/translation/en.json b/dashboard/src/translation/en.json index 7b97a1447..40af6577d 100644 --- a/dashboard/src/translation/en.json +++ b/dashboard/src/translation/en.json @@ -1888,5 +1888,5 @@ "empty": "No clients yet" } }, - "devops": "DevOps" + "automation": "Automation" } diff --git a/dashboard/src/views/appstore.js b/dashboard/src/views/appstore.js index 72fe2c106..8d46955dd 100644 --- a/dashboard/src/views/appstore.js +++ b/dashboard/src/views/appstore.js @@ -45,10 +45,10 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran // If new categories added make sure the translation below exists $scope.categories = [ { id: 'analytics', icon: 'fa fa-chart-line', label: 'Analytics'}, + { id: 'automation', icon: 'fa fa-robot', label: 'Automation'}, { id: 'blog', icon: 'fa fa-font', label: 'Blog'}, { id: 'chat', icon: 'fa fa-comments', label: 'Chat'}, { id: 'crm', icon: 'fab fa-connectdevelop', label: 'CRM'}, - { id: 'devops', icon: 'fa fa-images', label: 'DevOps'}, { id: 'document', icon: 'fa fa-file-word', label: 'Documents'}, { id: 'email', icon: 'fa fa-envelope', label: 'Email'}, { id: 'federated', icon: 'fa fa-project-diagram', label: 'Federated'},