diff options
author | provokateurin <kate@provokateurin.de> | 2024-10-14 12:09:35 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-10-14 13:59:24 +0200 |
commit | 51d9d63a01b878b38630a5def73b08cad2d30f44 (patch) | |
tree | 4df6f48f47c04fbeb68d459e4e6c5be75fdc8fe2 /apps/user_ldap/lib/User_LDAP.php | |
parent | 3f75c4808d5153588c671c6a47c6aadb501f6308 (diff) | |
download | nextcloud-server-51d9d63a01b878b38630a5def73b08cad2d30f44.tar.gz nextcloud-server-51d9d63a01b878b38630a5def73b08cad2d30f44.zip |
chore: Use more gender neutral language
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/user_ldap/lib/User_LDAP.php')
-rw-r--r-- | apps/user_ldap/lib/User_LDAP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index e34f0fcb185..bd1a65f4d42 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -43,7 +43,7 @@ class User_LDAP extends BackendUtility implements IUserBackend, UserInterface, I } /** - * checks whether the user is allowed to change his avatar in Nextcloud + * checks whether the user is allowed to change their avatar in Nextcloud * * @param string $uid the Nextcloud user name * @return boolean either the user can or cannot |