From 834f9935c67ff5fe3d1a1f20205d3149632cc06c Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Wed, 4 Oct 2017 15:52:03 -0700 Subject: [PATCH] Update copy --- ui/src/shared/copy/cell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/shared/copy/cell.js b/ui/src/shared/copy/cell.js index a17b594ef6..438696a7e1 100644 --- a/ui/src/shared/copy/cell.js +++ b/ui/src/shared/copy/cell.js @@ -4,7 +4,7 @@ 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) Profit', + '1) Create a query \n2) Call your mom', ] export const emptyGraphCopy = _.sample(emptyFunny)