Description of problem: Create an app, go to bc/dc edit page, check environment adding action link, go to Environment tab, compare the action link. Version-Release number of selected component (if applicable): Openshift v3.7.0-0.184.0 How reproducible: Always Steps to Reproduce: 1. Create an app by "Browse Catalog", choose i.e. Django + PostgreSQL (Persistent) 2. Go to bc/dc edit page, check the adding action links under "Environment Variables" 3. Go to bc/dc "Environment" tab, compare the text of action links Actual results: 2. Two action links "Add Environment Variable | Add Environment Variable Using a Config Map or Secret" 3. Two action links are inconsistent "Add Value | Add Value from Config Map or Secret" Expected results: 3. Tab page should be same as bc/dc edit page (3.6 is consistent, so the expected text is step2) Additional info: Keep the same action name will take much good for web automation
> Tab page should be same as bc/dc edit page (3.6 is consistent, so the expected text is step2) We've purposely changed the wording based on feedback from UXS. We should use the new wording on other pages.
PR: https://github.com/openshift/origin-web-console/pull/2404
Commits pushed to master at https://github.com/openshift/origin-web-console https://github.com/openshift/origin-web-console/commit/00110d17782c3af1399f8ed61e690283f14ab5a0 Bug 1507753 - Make config page and environment tab actions consistent https://github.com/openshift/origin-web-console/commit/2e5d6974c72a377f3e1d02aa96076a361f09b7d9 Merge pull request #2404 from jhadvig/bz1507753 Automatic merge from submit-queue. Bug 1507753 - Make config page and environment tab actions consistent When editing DC environment variables the action links are following:  But the DC's Environment tab actions links are:  To be consistent (eg BC editor and BC Environment tab) the action links wording in the DC env tab should be:  @spadgett PTAL
We've changed other pages to use the new "Add Value | Add Value from Config Map or Secret" labels. Note that we purposely did not change the BC editor "Add Environment Variable" since it doesn't support `valueFrom` and is a little different.
Checked on v3.7.0-0.189.0 DC environment tab and config page now are "Add Value | Add Value from Config Map or Secret" BC environment tab and config page keeps "Add Environment Variable" as intended. Move to VERIFIED