Fix typo in SettingsPage.jsx (#1339)

Co-authored-by: Paul Venhaus <paul.venhaus@thoughtworks.com>
This commit is contained in:
Venhaus
2020-07-24 23:13:27 +02:00
committed by GitHub
parent 487c9d265e
commit a47feb6b61

View File

@@ -874,7 +874,7 @@ export default class SettingsPage extends React.Component {
{'Use GPU hardware acceleration'}
<HelpBlock>
{'If enabled, Mattermost UI is rendered more efficiently but can lead to decreased stability for some systems.'}
{' Setting takes affect after restarting the app.'}
{' Setting takes effect after restarting the app.'}
</HelpBlock>
</Checkbox>
);