HMS-1492: Change rhc to non-capitalized

Fixes HMS-1492

This changes all occurences of "rhc" and "remote host configuration" from capitalized to lowercase.
In cases where the sentence started with "rhc" this was changed to "remote host configuration" to avoid
starting the sentence with "Rhc".
This commit is contained in:
regexowl 2023-08-29 10:03:55 +02:00 committed by Sanne Raymaekers
parent d67aed929c
commit 90a012d49b
3 changed files with 15 additions and 15 deletions

View file

@ -489,7 +489,7 @@ export const RegisterNowList = () => {
{getState()?.values?.['register-system'] ===
'register-now-rhc' && (
<TextListItem>
Use remote host configuration (RHC) utility
Use remote host configuration (rhc) utility
<br />
</TextListItem>
)}