diff options
Diffstat (limited to 'app/Schema/Migration30.php')
| -rw-r--r-- | app/Schema/Migration30.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration30.php b/app/Schema/Migration30.php index 2f6a172ad3..e1e5dda635 100644 --- a/app/Schema/Migration30.php +++ b/app/Schema/Migration30.php @@ -29,7 +29,7 @@ class Migration30 implements MigrationInterface { public function upgrade() { $WEBTREES_EMAIL = 'webtrees-noreply@' . preg_replace('/^www\./i', '', Filter::server('SERVER_NAME')); - // Default settings for new trees. No defaults for: + // Default settings for new trees. No defaults for: // imported, title, CONTACT_USER_ID, WEBMASTER_USER_ID // The following settings have defaults, but may need overwriting: // LANGUAGE, SURNAME_TRADITION |
