Bug 1822527
Summary: | Elasticsearch Operator instance creation page form has misspelling word for Node | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | XiaochuanWang <xiaocwan> | ||||||
Component: | Management Console | Assignee: | Jon Jackson <jonjacks> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4.4 | CC: | aos-bugs, jokerman, jonjacks | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 4.5.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: |
Cause: Flawed logic for pluralizing form field labels
Consequence: Misspelled labels that end with an "e"
Fix: Update logic for pluralizing form field labels
Result: Labels no longer misspelled
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2020-07-13 17:26:34 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: |
|
Created attachment 1685566 [details]
Verification screenshot
This is fixed now, attached the screenshot for refer. Verified on 4.5.0-0.nightly-2020-05-04-113741 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, 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/RHBA-2020:2409 |
Created attachment 1677485 [details] misspelling Description of problem: On Operator creation instance page, the form view has a misspelling word "Add Nod" Version-Release number of selected component (if applicable): 4.4.0-0.nightly-2020-04-04-025830 How reproducible: Always Steps to Reproduce: 1. Make sure there is an installed operator such as "Elasticsearch Operator" or pick one and install from Operator Hub. 2. On the installed operator detail page, click Edit Form and check the Nodes part Actual results: 2. On Operator creation instance page, the form view has misspelling words "Add Nod" and "Remove Nod" Expected results: should be "Add Node" and "Remove Node" Additional info: See screenshot