1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

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>;
}