From a558aace5d52ebb3eb232bb76b777dafa0e083d0 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 6 Jul 2016 08:59:38 +0200 Subject: [PATCH] Fix config sample text --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 6285e096ba799..21e8e55069e94 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -236,7 +236,7 @@ /** * 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',