mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Change "Create a comment..." to "Add a comment..."
This commit is contained in:
@@ -145,7 +145,7 @@ module.exports = React.createClass({
|
||||
onUserInput={this.handleUserInput}
|
||||
onKeyPress={this.commentMsgKeyPress}
|
||||
messageText={this.state.messageText}
|
||||
createMessage="Create a comment..."
|
||||
createMessage="Add a comment..."
|
||||
initialText=""
|
||||
id="reply_textbox"
|
||||
ref="textbox" />
|
||||
|
||||
Reference in New Issue
Block a user