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[...]"
Updated by The Foreman Bot 8 months ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/10026 added
Updated by Adam Ruzicka 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f0b1015d05c3e2e7447f94abf010ccaf1e28ac27.
Actions