Skip to content

Commit

Permalink
Update SiteEditPage.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeguy authored Aug 3, 2024
1 parent 37351ae commit f3ac888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/SiteEditPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class SiteEditPage extends React.Component {
</Row>
<Row style={{marginTop: "20px"}} >
<Col style={{marginTop: "5px"}} span={2}>
{i18next.t("site:Disable Verbose")}:
{i18next.t("site:Disable verbose")}:
</Col>
<Col span={1} >
<Switch checked={this.state.site.disableVerbose} onChange={checked => {
Expand Down

0 comments on commit f3ac888

Please sign in to comment.