Hide Forgot
Description of problem: On review of the strings sent over for translation from Sprint 201, we found some issues: * All uses of "Image Stream" in public.json should be updated to "ImageStream" for consistency * "Are you sure you want to remove volume <2>{volume.name}</2> from <5>{kind.label}</5>: <7>{resource.metadata.name}</7>?" in public.json needs to be verified in the UI. Typically you need to use double brackets to get the data to show up. Otherwise you'll literally just see "volume.name," etc. Version-Release number of selected component (if applicable): 4.8 How reproducible: Always Steps to Reproduce: 1. Look at public.json/the code. Actual results: Keys require update in code. Expected results: Public.json contains correct keys. Additional info:
A PR will be coming soon for the first bullet point. Had a chance to look at the issue raised in the second bullet point - "Are you sure you want to remove volume <2>{volume.name}</2> from <5>{kind.label}</5>: <7>{resource.metadata.name}</7>?". I believe this is working correctly in the UI. This is called on the remove-volume-modal.tsx file which is only called by the volumes-table.tsx file. The volumes table is called in numerous places in the app, but here is the easiest way to get to it: 1. Click on Workloads > Deployments 2. Click on a deployment 3. On the deployment details page, scroll down to the "Volumes" table. 4. Click on one of the vertical ellipsis 5. Click on "Remove volume" 6. Verify text in the confirmation modal is correct.
Created attachment 1790243 [details] the error text verbiage
Created attachment 1790244 [details] ImageStream word consistency Version: 4.8.0-0.nightly-2021-06-11-024306 Steps to verify: 1. git clone the repo and checked the file in the code and verified the text is "ImageStreams" 2. Login to console 3. Check all the places where the text is displayed for example Home>builds>ImageSteams and the child pages from here All instances have "ImageStreams" instead of "Image streams" attached screenshot Also verified the error text for volumes - attached screen shot for it too.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438