Created attachment 1337365 [details] Screenshot Description of problem: As described in [1], the notification message after adding the repo should not say: Add of Repository "test" was successfully initialized, it should say Add of Repository "test" was successfully initiated. Word "Initialized" should be replaced with the word "initiated" [1]https://bugzilla.redhat.com/show_bug.cgi?id=1500849#c2 Version-Release number of selected component (if applicable): 5.9.0.1 How reproducible: 100% Steps to Reproduce: 1.Enable embedded Ansible Role on Appliance 2.Go to Automate -> Ansible -> Repositories 3.Configuration-> Add new Repositories 4.Add some repository Actual results: See screenshot Expected results: Word "Initialized" should be replaced with the word "initiated" Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/3327
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/ba5c6253ab5264397cd574b43894d831ba1dc378 commit ba5c6253ab5264397cd574b43894d831ba1dc378 Author: Greg Piatigorski <gpiatigo> AuthorDate: Fri Jan 26 10:47:44 2018 -0800 Commit: Greg Piatigorski <gpiatigo> CommitDate: Fri Jan 26 10:47:44 2018 -0800 Fix Ansible Repo Add and Edit confirmation messages https://bugzilla.redhat.com/show_bug.cgi?id=1500917 .../controllers/ansible_repository/repository_form_controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
on 5.10.0.2 I saw message of following format: "Add of Repository "xyz" was successfully initiated." as expected.