From 7625bdc8dfa84f115913f6761c0ad5f0825fad19 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 29 Sep 2016 09:51:33 +0100 Subject: [PATCH] Rewrite the stickied incident demo text --- app/Console/Commands/DemoSeederCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/DemoSeederCommand.php b/app/Console/Commands/DemoSeederCommand.php index 2eb88353..a682ddd8 100644 --- a/app/Console/Commands/DemoSeederCommand.php +++ b/app/Console/Commands/DemoSeederCommand.php @@ -253,8 +253,8 @@ EINCIDENT; 'stickied' => false, ], [ - 'name' => 'Stickied to the top', - 'message' => 'Will be forever hanged here.', + 'name' => 'Sticked incidents!', + 'message' => 'Need to continually notify your customers of an incident? You can stick incidents to the top!', 'status' => 1, 'component_id' => 1, 'scheduled_at' => null,