Bug 2018495

Summary: Fix typo in internationalization README
Product: OpenShift Container Platform Reporter: ralpert
Component: Management ConsoleAssignee: Jakub Hadvig <jhadvig>
Status: CLOSED ERRATA QA Contact: Xiyun Zhao <xiyuzhao>
Severity: low Docs Contact:
Priority: low    
Version: 4.10CC: aos-bugs, yapei
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-10 16:23:41 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:

Description ralpert 2021-10-29 14:03:59 UTC
Description of problem:
The internationalization README specifies that you should use labelPlural. We should be using labelPluralKey.

Version-Release number of selected component (if applicable):
4.10

How reproducible:
Always

Steps to Reproduce:
1. Read README

Actual results:
Mentions model.labelPlural ? t(model.labelPlural) : model.labelPlural

Expected results:
Should be model.labelPluralKey ? t(model.labelPluralKey) : model.labelPlural

Additional info:

Comment 3 Xiyun Zhao 2021-11-11 08:17:26 UTC
This PR has been verified and passed on file of INTERNATIONALIZATION.md on Github

Verification Step:
1. Go to Github, open INTERNATIONALIZATION.md file
2. Verify if the documentation of 'Mentions model.labelPlural ? t(model.labelPlural) : model.labelPlural' has been updated

Result:
2. The documentation has been updated to "model.labelPluralKey ? t(model.labelPluralKey) : model.labelPlural" on page

Comment 8 errata-xmlrpc 2022-03-10 16:23:41 UTC
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.10.3 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-2022:0056