Fix labels
This commit is contained in:
@@ -342,7 +342,7 @@ const SettingsPage = React.createClass({
|
|||||||
md={10}
|
md={10}
|
||||||
xs={8}
|
xs={8}
|
||||||
>
|
>
|
||||||
<h2 style={settingsPage.sectionHeading}>{'Team Management'}</h2>
|
<h2 style={settingsPage.sectionHeading}>{'Server Management'}</h2>
|
||||||
</Col>
|
</Col>
|
||||||
<Col
|
<Col
|
||||||
md={2}
|
md={2}
|
||||||
@@ -353,7 +353,7 @@ const SettingsPage = React.createClass({
|
|||||||
style={settingsPage.sectionHeadingLink}
|
style={settingsPage.sectionHeadingLink}
|
||||||
href='#'
|
href='#'
|
||||||
onClick={this.toggleShowTeamForm}
|
onClick={this.toggleShowTeamForm}
|
||||||
>{'⊞ Add new team'}</a>
|
>{'⊞ Add new server'}</a>
|
||||||
</p>
|
</p>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
Reference in New Issue
Block a user