1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 00:42:47 +00:00

client - adjust wording of no topics message

This commit is contained in:
2018-01-30 10:49:02 -06:00
parent 9bf1a70952
commit 5972d2f8c6

View File

@@ -322,8 +322,8 @@ export class Forum extends React.Component<Props, State> {
const noThreadsMessage = (
<div className="no-threads-message">
<h2>There doesn't seem to be any topics
here. <a style={{ fontSize: 'initial' }} onClick={() => this.onNewTopic()}>Make the first one!</a>
<h2>There doesn't seem to be anything
here. <a style={{ fontSize: 'initial' }} onClick={() => this.onNewTopic()}>Create the first topic!</a>
</h2>
</div>
);