Apply capitalization guidelines - iteration 7 (#12343) (#12453)

This commit is contained in:
Michael S. Molina
2021-01-22 02:46:06 -03:00
committed by GitHub
parent 2a587f6cb1
commit d9388d4535
15 changed files with 31 additions and 31 deletions

View File

@@ -156,7 +156,7 @@ export default class SqlEditorLeftBar extends React.PureComponent {
buttonStyle="danger"
onClick={this.resetState}
>
<i className="fa fa-bomb" /> {t('Reset State')}
<i className="fa fa-bomb" /> {t('Reset state')}
</Button>
)}
</div>