better englishing
This commit is contained in:
parent
20f4a5b944
commit
7b116c3526
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ export default React.createClass({
|
|||
Maturity
|
||||
</div>
|
||||
<div className="mxt_HomePage_link_link">
|
||||
Access to <b>{ isMsg ? "message" : this.state.entity }</b>
|
||||
Access { isMsg ? "message" : <b>{ this.state.entity }</b> }
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue