docs: Use gender-neutral pronouns

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2031>
This commit is contained in:
Emily Gonyer
2021-11-13 20:23:48 +00:00
committed by Florian Müllner
parent ab5977713b
commit f752be2bfe
2 changed files with 2 additions and 2 deletions

View File

@ -2085,7 +2085,7 @@ class Indicator extends PanelMenu.SystemIndicator {
if (result == PortalHelperResult.CANCELLED) {
// Keep the connection in the queue, so the user is not
// spammed with more logins until we next flush the queue,
// which will happen once he chooses a better connection
// which will happen once they choose a better connection
// or we get to full connectivity through other means
} else if (result == PortalHelperResult.COMPLETED) {
this._closeConnectivityCheck(path);