Bug 1966675
Summary: | Admin console string updates | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | ralpert | ||||||
Component: | Management Console | Assignee: | Kim Dobestein <kdoberst> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Siva Reddy <schituku> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 4.8 | CC: | aos-bugs, jokerman, yapei | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 4.8.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-07-27 23:10:52 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
ralpert
2021-06-01 16:18:58 UTC
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 |