Actions
Bug #37120
closedGrammatical error in Realm description in WebUI
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Description of problem:
In WebUI, when there is no Realm present, the Realm page reads:
```
Foreman supports automatically creating realm entries for new hosts. When a realm is selected for a host, Foreman contacts the relevant realm capsule to create an entry for the host and retrieve it's one-time registration password.
```
The "it's" should actually be "its".
How reproducible:
Deterministic
Steps to Reproduce:
1. Got to WebUI, login
2. Infrastructure -> Realms
3. When there are no realms yet, see the text shown
Actual results:
"[...]retrieve it's one-time registration password[...]"
Expected results:
"[...]retrieve its one-time registration password[...]"
Actions