fix a bug that broken custom approval notification messages

This commit is contained in:
Ryan Petrello
2019-11-04 11:23:28 -05:00
parent 871d87374b
commit 458ca69405
2 changed files with 5 additions and 1 deletions
@@ -598,7 +598,7 @@ export default ['i18n', function(i18n) {
'<code ng-non-bindable>{{ url }}</code>, or attributes of the job such as ' +
'<code ng-non-bindable>{{ job.status }}</code>. You may apply a number of possible ' +
'variables in the message. Refer to the ' +
'<a href="https://docs.ansible.com/ansible-tower/latest/html/userguide/notifications.html#create-a-notification-template" ' +
'<a href="https://docs.ansible.com/ansible-tower/latest/html/userguide/notifications.html#create-custom-notifications" ' +
'target="_blank">Ansible Tower documentation</a> for more details.'),
closeable: false
},