From f7c7f9630088b71edf5a703627e7e2d509c11ca1 Mon Sep 17 00:00:00 2001 From: dcsjapan Date: Fri, 25 Sep 2015 12:55:13 +0900 Subject: [PATCH] Revises the dashboard links to emphasize beta testing procedure. Closes flarum/core#542 - Includes a disclaimer stating that the software is provided mainly for testing. - Directs bug reports to the Support tag in the forums instead of the issue tracker - Directs feedback to the Features tag in the forums --- .../core/js/admin/src/components/DashboardPage.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/framework/core/js/admin/src/components/DashboardPage.js b/framework/core/js/admin/src/components/DashboardPage.js index 0c12a2e00..09b41145c 100644 --- a/framework/core/js/admin/src/components/DashboardPage.js +++ b/framework/core/js/admin/src/components/DashboardPage.js @@ -6,12 +6,13 @@ export default class DashboardPage extends Component {

Welcome to Flarum Beta

-

Thanks for trying out Flarum! You are running version {app.forum.attribute('version')}. This is beta software, and should not be used in production.

+

Thanks for trying out Flarum! You are running version {app.forum.attribute('version')}.

+

This beta software is provided primarily so that you can help us test it and make it better; it should not be used in production.