diff options
author | Roeland Douma <rullzer@users.noreply.github.com> | 2016-07-06 09:58:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 09:58:14 +0200 |
commit | 54666a64181f6ea57f9603e6e8b77ffffa6b4ad8 (patch) | |
tree | 6e8c3469436815a0129bd7951b49cdc4a7d9f9b5 | |
parent | fcf25864d6d18bf5cf55ed18370b334978a86daf (diff) | |
parent | 68b03a0eabb6dcbdebaef04d4dc12ebbf4d0a4c3 (diff) | |
download | nextcloud-server-54666a64181f6ea57f9603e6e8b77ffffa6b4ad8.tar.gz nextcloud-server-54666a64181f6ea57f9603e6e8b77ffffa6b4ad8.zip |
Merge pull request #319 from nextcloud/config-sample
Fix config sample text
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 6285e096ba7..21e8e55069e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -236,7 +236,7 @@ $CONFIG = array( /** * The return address that you want to appear on emails sent by the Nextcloud - * server, for example ``oc-admin@example.com``, substituting your own domain, + * server, for example ``nc-admin@example.com``, substituting your own domain, * of course. */ 'mail_domain' => 'example.com', |