From 4c2c3ab8088c345d87e995af0ed2b3d1ee77070f Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Wed, 4 Oct 2017 15:53:24 -0700 Subject: [PATCH] Remove fun from the world --- ui/src/shared/copy/cell.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/shared/copy/cell.js b/ui/src/shared/copy/cell.js index 438696a7e..4828a51ec 100644 --- a/ui/src/shared/copy/cell.js +++ b/ui/src/shared/copy/cell.js @@ -4,7 +4,6 @@ const emptyFunny = [ 'Looks like you don’t have any queries. Be a lot cooler if you did.', 'Create a query. Go on, I dare ya!', 'Create a query. Have fun!', - '1) Create a query \n2) Call your mom', ] export const emptyGraphCopy = _.sample(emptyFunny)