From f1235027300daab9302bb05e700347641803036c Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 10 Jan 2016 15:18:25 +1000 Subject: [PATCH] Fix typo & clarify location of edit dashboard button --- html/ajax_dash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ajax_dash.php b/html/ajax_dash.php index 893de7a1c..d2e2b0a62 100644 --- a/html/ajax_dash.php +++ b/html/ajax_dash.php @@ -28,7 +28,7 @@ if (!$_SESSION['authenticated']) { $type = mres($_POST['type']); if ($type == 'placeholder') { - $output = "

Click on Edit-Dashboard to add Widgets


Remember: You can only move & rezise widgets when you're in Edit-Mode.

"; + $output = "

Click on the Edit Dashboard button (next to the list of dashboards) to add widgets


Remember: You can only move & resize widgets when you're in Edit Mode.

"; $status = 'ok'; $title = 'Placeholder'; }