Merge pull request #3512 from matrix-org/jryans/error-boundary

Add error boundaries to catch rendering errors
This commit is contained in:
David Baker
2019-10-03 10:49:03 +01:00
committed by GitHub
7 changed files with 242 additions and 99 deletions

View File

@@ -226,7 +226,7 @@ export default class HelpUserSettingsTab extends React.Component {
</div>
<div className='mx_HelpUserSettingsTab_debugButton'>
<AccessibleButton onClick={this._onClearCacheAndReload} kind='danger'>
{_t("Clear Cache and Reload")}
{_t("Clear cache and reload")}
</AccessibleButton>
</div>
</div>