Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-07-06 09:59:38 +0300
committerGitHub <noreply@github.com>2016-07-06 09:59:38 +0300
commit68b03a0eabb6dcbdebaef04d4dc12ebbf4d0a4c3 (patch)
tree6e8c3469436815a0129bd7951b49cdc4a7d9f9b5 /config
parentfcf25864d6d18bf5cf55ed18370b334978a86daf (diff)
Fix config sample text
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
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',