diff --git a/config.demo/src/.env b/config.demo/src/.env --- a/config.demo/src/.env +++ b/config.demo/src/.env @@ -30,7 +30,7 @@ WEBMAIL_URL=/roundcubemail/ SUPPORT_URL=/support -SUPPORT_EMAIL= +SUPPORT_EMAIL=support@example.com LOG_CHANNEL=stdout LOG_SLOW_REQUESTS=5 diff --git a/config.dev/src/.env b/config.dev/src/.env --- a/config.dev/src/.env +++ b/config.dev/src/.env @@ -29,7 +29,7 @@ WEBMAIL_URL=/roundcubemail/ SUPPORT_URL=/support -SUPPORT_EMAIL= +SUPPORT_EMAIL=support@example.com LOG_CHANNEL=stack LOG_SLOW_REQUESTS=5 diff --git a/config.prod/src/.env b/config.prod/src/.env --- a/config.prod/src/.env +++ b/config.prod/src/.env @@ -28,7 +28,6 @@ WEBMAIL_URL=/roundcubemail/ SUPPORT_URL=/support -SUPPORT_EMAIL= LOG_CHANNEL=stdout LOG_SLOW_REQUESTS=5 diff --git a/src/resources/themes/default/lang/en/support.php b/src/resources/themes/default/lang/en/support.php --- a/src/resources/themes/default/lang/en/support.php +++ b/src/resources/themes/default/lang/en/support.php @@ -1,7 +1,12 @@ "Contact Support", + 'text1' => "Our technical support team is here to provide help, should you run into issues." + . " You won’t have to talk to computers or navigate voice menus, but have actual human beings answering you personally.", + 'text2' => "This support is already included in your subscription fee, so there are no further costs for you." + . " If you have issues with your :site account, or questions about our product before you sign up, please contact us.", + 'contact' => "Contact Support", 'doc1' => "Our documentation contains answers to most frequently asked questions and much more.", 'doc2' => "Are you looking for an instant answer to your question or a quick solution for your problem, our Knowledgebase is where you will likely find it.", 'documentation' => "Documentation", diff --git a/src/resources/themes/default/pages/support.blade.php b/src/resources/themes/default/pages/support.blade.php --- a/src/resources/themes/default/pages/support.blade.php +++ b/src/resources/themes/default/pages/support.blade.php @@ -1,13 +1,40 @@ -
-
-

@lang('theme::support.documentation')

-

- @lang('theme::support.doc1') -

- @lang('theme::support.doc2') -

-
-