1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

fixing warning label typo

This commit is contained in:
John Mitchell 2015-04-17 14:04:43 -04:00
parent 7be54d585b
commit 0bcd7c63aa

View File

@ -440,7 +440,7 @@ export function JobTemplatesAdd($scope, $rootScope, $compile, $location, $log, $
break;
}
if (msg) {
Alert('Waning', msg, 'alert-info');
Alert('Warning', msg, 'alert-info');
}
})
.error(function (data, status) {
@ -770,7 +770,7 @@ export function JobTemplatesEdit($scope, $rootScope, $compile, $location, $log,
}
Wait('stop');
if (msg) {
Alert('Waning', msg, 'alert-info');
Alert('Warning', msg, 'alert-info');
}
})
.error(function (data, status) {