diff --git a/docs/system-admin-guide/integrations/nextcloud/README.md b/docs/system-admin-guide/integrations/nextcloud/README.md index 481d81e2ffd..780852c948e 100644 --- a/docs/system-admin-guide/integrations/nextcloud/README.md +++ b/docs/system-admin-guide/integrations/nextcloud/README.md @@ -373,9 +373,9 @@ If that also not work please check the [instructions for setting up pretty URLs #### Files are not encrypted when using Nextcloud server-side encryption > [!NOTE] -> If your Nextcloud server uses server-side encryption, the GroupFolder encryption needs to be manually enabled. -> This is relevant for automatically managed project folders, as the GroupFolder app is used in these cases. -To enable encryption for GroupFolders, run the following command on your Nextcloud server: +> If your Nextcloud server uses server-side encryption, encryption of the team folder needs to be manually enabled. +> This is relevant for automatically managed project folders, as the Team Folders app is used in these cases. +To enable encryption for team folders, run the following command on your Nextcloud server: ```shell occ config:app:set groupfolders enable_encryption --value="true"