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!

);