mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
fixing warning label typo
This commit is contained in:
@@ -440,7 +440,7 @@ export function JobTemplatesAdd($scope, $rootScope, $compile, $location, $log, $
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (msg) {
|
if (msg) {
|
||||||
Alert('Waning', msg, 'alert-info');
|
Alert('Warning', msg, 'alert-info');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
@@ -770,7 +770,7 @@ export function JobTemplatesEdit($scope, $rootScope, $compile, $location, $log,
|
|||||||
}
|
}
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
if (msg) {
|
if (msg) {
|
||||||
Alert('Waning', msg, 'alert-info');
|
Alert('Warning', msg, 'alert-info');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.error(function (data, status) {
|
.error(function (data, status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user