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:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user