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';
}