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 /lib/public/FullTextSearch | |
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 'lib/public/FullTextSearch')
-rw-r--r-- | lib/public/FullTextSearch/Model/ISearchTemplate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/FullTextSearch/Model/ISearchTemplate.php b/lib/public/FullTextSearch/Model/ISearchTemplate.php index 0de907bef19..89f683ca013 100644 --- a/lib/public/FullTextSearch/Model/ISearchTemplate.php +++ b/lib/public/FullTextSearch/Model/ISearchTemplate.php @@ -16,7 +16,7 @@ use OCP\FullTextSearch\IFullTextSearchProvider; * 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: |