diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-06 08:59:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 08:59:38 +0200 |
commit | 68b03a0eabb6dcbdebaef04d4dc12ebbf4d0a4c3 (patch) | |
tree | 6e8c3469436815a0129bd7951b49cdc4a7d9f9b5 /config | |
parent | fcf25864d6d18bf5cf55ed18370b334978a86daf (diff) | |
download | nextcloud-server-68b03a0eabb6dcbdebaef04d4dc12ebbf4d0a4c3.tar.gz nextcloud-server-68b03a0eabb6dcbdebaef04d4dc12ebbf4d0a4c3.zip |
Fix config sample text
Diffstat (limited to 'config')
-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', |