Bug 1944681

Summary: Properly internationalize text in kubevirt-plugin
Product: OpenShift Container Platform Reporter: ralpert
Component: Management ConsoleAssignee: ralpert
Status: CLOSED DUPLICATE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: low    
Version: 4.8CC: aos-bugs, jokerman
Target Milestone: ---   
Target Release: 4.8.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: 2021-04-05 15:57:01 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-03-30 13:36:39 UTC
Description of problem:
Some text in kubevirt-plugin was improperly internationalized. It's causing issues for the translators. You can see it here: https://github.com/openshift/console/blob/0fd309e7fbbd4f0b78abe76de91a23c8c8b4b00f/frontend/packages/kubevirt-plugin/src/components/ssh-service/SSHCreateService/SSHCreateService.tsx#L35-L47

The text shouldn't be broken up like this. We should have two full internationalized sentences (using a Trans component where needed).

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

How reproducible:
Always

Steps to Reproduce:
1. Look at text

Actual results:
Text is broken up into partial sentences.

Expected results:
Text is in complete sentences.

Comment 1 ralpert 2021-04-05 15:57:01 UTC

*** This bug has been marked as a duplicate of bug 1944509 ***