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:
parent
7be54d585b
commit
0bcd7c63aa
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user