Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5eff13d

Browse filesBrowse files
committed
minor #8645 Change some docs to be gender-neutral (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Change some docs to be gender-neutral We already fixed this in #7946 ... but some texts weren't updated. Commits ------- 3152cba Change some docs to be gender-neutral
2 parents e00a3a2 + 3152cba commit 5eff13d
Copy full SHA for 5eff13d

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎form/events.rst

Copy file name to clipboardExpand all lines: form/events.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Creating and binding an event listener to the form is very easy::
292292
return;
293293
}
294294

295-
// Check whether the user has chosen to display his email or not.
295+
// Check whether the user has chosen to display their email or not.
296296
// If the data was submitted previously, the additional value that is
297297
// included in the request variables needs to be removed.
298298
if (true === $user['show_email']) {
@@ -372,7 +372,7 @@ Event subscribers have different uses:
372372
$form = $event->getForm();
373373
374374
// Check whether the user from the initial data has chosen to
375-
// display his email or not.
375+
// display their email or not.
376376
if (true === $user->isShowEmail()) {
377377
$form->add('email', 'email');
378378
}
@@ -387,7 +387,7 @@ Event subscribers have different uses:
387387
return;
388388
}
389389
390-
// Check whether the user has chosen to display his email or not.
390+
// Check whether the user has chosen to display their email or not.
391391
// If the data was submitted previously, the additional value that
392392
// is included in the request variables needs to be removed.
393393
if (true === $user['show_email']) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.