diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php index 510d463c1..a2dd1e9b8 100644 --- a/Zotlabs/Storage/Directory.php +++ b/Zotlabs/Storage/Directory.php @@ -680,7 +680,7 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota, DAV\IMo throw new DAV\Exception\Forbidden('Permission denied.'); } else { - throw new DAV\Exception\NotFound('A component of the request file path could not be found.'); + throw new DAV\Exception\NotFound('A component of the requested file path could not be found.'); } } diff --git a/doc/toc.html b/doc/toc.html index 1b7de3cb3..f6ade61c7 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -2,14 +2,12 @@
Enter your name and a nickname for the channel address, and select a "role". Typically if this is a personal channel that represents you, select a Social role with a level of default privacy that you are comfortable with. If you are unsure, -select Social - Restricted.
+select Social - Mostly public which allows easy interaction and provides privacy when you need it. +Alternatively, Social - Restricted is very popular among privacy advocates, though it may require a bit more +effort to meet people. Whichever setting you choose can be changed later if you decide you require more or less privacy than what is provided. +Navigate to your channel home by clicking the "Home" icon on the left side of the -navbar, and then select the About tab to view your profile.
+When your new channel is created, you will be directed to a page determined by your site admin. By default this is the Edit Profile page. -
Press the Edit button on the right to edit your profile information.
- -From the Profile Tools dropdown menu, select the Change profile photo
+From the Profile Tools dropdown menu, select Change profile photo (or just click the profile photo).
When you press Submit you will be redirected back to the profile editor. +
When you press Done Editing you will be redirected back to the profile editor. (You might need to clear your browser cache if you have trouble seeing the new photo.)
@@ -80,5 +80,5 @@ {{/foreach}} |
---|