aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-10-14 12:09:35 +0200
committerprovokateurin <kate@provokateurin.de>2024-10-14 13:59:24 +0200
commit51d9d63a01b878b38630a5def73b08cad2d30f44 (patch)
tree4df6f48f47c04fbeb68d459e4e6c5be75fdc8fe2 /lib/private
parent3f75c4808d5153588c671c6a47c6aadb501f6308 (diff)
downloadnextcloud-server-51d9d63a01b878b38630a5def73b08cad2d30f44.tar.gz
nextcloud-server-51d9d63a01b878b38630a5def73b08cad2d30f44.zip
chore: Use more gender neutral language
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/private')
-rw-r--r--lib/private/DateTimeZone.php2
-rw-r--r--lib/private/Federation/CloudIdManager.php2
-rw-r--r--lib/private/FullTextSearch/Model/SearchTemplate.php2
-rw-r--r--lib/private/KnownUser/KnownUserService.php2
-rw-r--r--lib/private/Tags.php2
-rw-r--r--lib/private/User/User.php2
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/private/DateTimeZone.php b/lib/private/DateTimeZone.php
index ca2e314fabd..c693968fa3d 100644
--- a/lib/private/DateTimeZone.php
+++ b/lib/private/DateTimeZone.php
@@ -31,7 +31,7 @@ class DateTimeZone implements IDateTimeZone {
}
/**
- * Get the timezone of the current user, based on his session information and config data
+ * Get the timezone of the current user, based on their session information and config data
*
* @param bool|int $timestamp
* @return \DateTimeZone
diff --git a/lib/private/Federation/CloudIdManager.php b/lib/private/Federation/CloudIdManager.php
index f5c0035534c..1c808c03eda 100644
--- a/lib/private/Federation/CloudIdManager.php
+++ b/lib/private/Federation/CloudIdManager.php
@@ -125,7 +125,7 @@ class CloudIdManager implements ICloudIdManager {
if (isset($entry['CLOUD'])) {
foreach ($entry['CLOUD'] as $cloudID) {
if ($cloudID === $cloudId) {
- // Warning, if user decides to make his full name local only,
+ // Warning, if user decides to make their full name local only,
// no FN is found on federated servers
if (isset($entry['FN'])) {
return $entry['FN'];
diff --git a/lib/private/FullTextSearch/Model/SearchTemplate.php b/lib/private/FullTextSearch/Model/SearchTemplate.php
index c2929bea139..6f9a04a911e 100644
--- a/lib/private/FullTextSearch/Model/SearchTemplate.php
+++ b/lib/private/FullTextSearch/Model/SearchTemplate.php
@@ -20,7 +20,7 @@ use OCP\FullTextSearch\Model\ISearchTemplate;
* when the getSearchTemplate() method is called.
*
* The object will contain templates to be displayed, and the list of the different
- * options to be available to the user when he start a new search.
+ * options to be available to the user when they start a new search.
*
* The display of the Options is generated by the FullTextSearch app and Options
* can be displayed in 2 places:
diff --git a/lib/private/KnownUser/KnownUserService.php b/lib/private/KnownUser/KnownUserService.php
index aff0c097d98..cd257cf1b12 100644
--- a/lib/private/KnownUser/KnownUserService.php
+++ b/lib/private/KnownUser/KnownUserService.php
@@ -39,7 +39,7 @@ class KnownUserService {
}
/**
- * Store a match because $knownTo has $contactUserId in his phonebook
+ * Store a match because $knownTo has $contactUserId in their phonebook
*
* @param string $knownTo User id of the owner of the phonebook
* @param string $contactUserId User id of the contact in the phonebook
diff --git a/lib/private/Tags.php b/lib/private/Tags.php
index 350c49bca2c..1f22a4c6a33 100644
--- a/lib/private/Tags.php
+++ b/lib/private/Tags.php
@@ -242,7 +242,7 @@ class Tags implements ITags {
/**
* Checks whether a tag is saved for the given user,
- * disregarding the ones shared with him or her.
+ * disregarding the ones shared with them.
*
* @param string $name The tag name to check for.
* @param string $user The user whose tags are to be checked.
diff --git a/lib/private/User/User.php b/lib/private/User/User.php
index 6e1085b4fe3..4b1ec4366d0 100644
--- a/lib/private/User/User.php
+++ b/lib/private/User/User.php
@@ -394,7 +394,7 @@ class User implements IUser {
}
/**
- * Check if the backend allows the user to change his avatar on Personal page
+ * Check if the backend allows the user to change their avatar on Personal page
*
* @return bool
*/