Update src/components/views/settings/CrossSigningPanel.js

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
Zoe 2020-02-10 16:59:17 +00:00 committed by GitHub
parent 69dc725006
commit 4f4b52d666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ export default class CrossSigningPanel extends React.PureComponent {
} else {
bootstrapButton = <div className="mx_CrossSigningPanel_buttonRow">
<AccessibleButton kind="danger" onClick={this._destroySecureSecretStorage}>
{_t("Reset Secret Store and Cross-signing")}
{_t("Reset cross-signing and secret storage")}
</AccessibleButton>
</div>;
}