diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-04-11 23:16:27 -0500 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-11 23:16:27 -0500 |
commit | 1729e4471f41e560f78f6b7269bcdb73e24602d5 (patch) | |
tree | d9850ee89a893efd8f746c4bbc71b8c9eae9a55b /apps/encryption/lib/Hooks | |
parent | 6bd1c50dc32ccc208723ef08af72b8bfe99b58bb (diff) | |
download | nextcloud-server-1729e4471f41e560f78f6b7269bcdb73e24602d5.tar.gz nextcloud-server-1729e4471f41e560f78f6b7269bcdb73e24602d5.zip |
Update comments to Nextcloud
* based on PR by @Ardinis
* see #4311
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/encryption/lib/Hooks')
-rw-r--r-- | apps/encryption/lib/Hooks/UserHooks.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/Hooks/UserHooks.php b/apps/encryption/lib/Hooks/UserHooks.php index d189ce3eeef..e0826e2c7e3 100644 --- a/apps/encryption/lib/Hooks/UserHooks.php +++ b/apps/encryption/lib/Hooks/UserHooks.php @@ -236,7 +236,7 @@ class UserHooks implements IHook { } /** - * If the password can't be changed within ownCloud, than update the key password in advance. + * If the password can't be changed within Nextcloud, than update the key password in advance. * * @param array $params : uid, password * @return boolean|null |