From 5972d2f8c671fbd2f22c34a8abb30dc29a5b9df5 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 30 Jan 2018 10:49:02 -0600 Subject: [PATCH] client - adjust wording of no topics message --- client/app/pages/forum/forum.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/pages/forum/forum.tsx b/client/app/pages/forum/forum.tsx index 15eec66..b76a69f 100644 --- a/client/app/pages/forum/forum.tsx +++ b/client/app/pages/forum/forum.tsx @@ -322,8 +322,8 @@ export class Forum extends React.Component { const noThreadsMessage = (
-

There doesn't seem to be any topics - here. this.onNewTopic()}>Make the first one! +

There doesn't seem to be anything + here. this.onNewTopic()}>Create the first topic!

);