fix(host): fix a typo in job history clear notification

pull/2438/head
Anthony Lapenna 2018-11-07 16:06:27 +13:00
parent 4740375ba5
commit 695c28d4f8
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ angular.module('portainer.docker')
return $q.when();
}
ContainerService.prune({ label: ['io.portainer.job.endpoint'] }).then(function success() {
Notifications.success('Success', 'Job hisotry cleared');
Notifications.success('Success', 'Job history cleared');
$state.reload();
}).catch(function error(err) {
Notifications.error('Failure', err.message, 'Unable to clear job history');