Skip to content

Commit

Permalink
removed gendered language (#5169)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg authored Aug 7, 2024
2 parents 9ef4c71 + 5c94bf7 commit 781b97f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion application/controllers/NavigationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function fetchUserNavigationItemConfigs($username)
}

/**
* Show the current user a list of his/her navigation items
* Show the current user a list of their navigation items
*/
public function indexAction()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract class HostActionsHook extends ObjectActionsHook
* </code>
*
* One might also provide ssh:// or rdp:// urls if equipped with fitting
* (safe) URL handlers for his browser(s).
* (safe) URL handlers for their browser(s).
*
* TODO: I'd love to see some kind of a Link/LinkSet object implemented
* for this and similar hooks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ abstract class ServiceActionsHook extends ObjectActionsHook
* </code>
*
* One might also provide ssh:// or rdp:// urls if equipped with fitting
* (safe) URL handlers for his browser(s).
* (safe) URL handlers for their browser(s).
*
* TODO: I'd love to see some kind of a Link/LinkSet object implemented
* for this and similar hooks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (! (false === ($distro = Platform::getLinuxDistro(1)) || $distro === 'linux')
<p><?=
$this->translate(
'To run this wizard a user needs to authenticate using a token which is usually'
. ' provided to him by an administrator who\'d followed the instructions below.'
. ' provided to them by an administrator who\'d followed the instructions below.'
); ?></p>
<?php if (! $docker): ?>
<p><?= $this->translate('In any case, make sure that all of the following applies to your environment:'); ?></p>
Expand Down
2 changes: 1 addition & 1 deletion modules/setup/library/Setup/Steps/UserGroupStep.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected function createMembership()
public function getSummary()
{
if (! isset($this->data['groupConfig'])) {
return; // It's not necessary to show the user something he didn't configure..
return; // It's not necessary to show the user something they didn't configure..
}

$pageTitle = '<h2>' . mt('setup', 'User Groups', 'setup.page.title') . '</h2>';
Expand Down
2 changes: 1 addition & 1 deletion test/php/library/Icinga/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function testGetTimezoneIfTimezoneSet()
$this->assertEquals(
new DateTimeZone($explicitTz),
$user->getTimeZone(),
'User\'s timezone does not match the timezone set by himself'
'User\'s timezone does not match the timezone set by themself'
);
}

Expand Down

0 comments on commit 781b97f

Please sign in to comment.