rename button

pull/21833/head
Zoe 2020-02-10 15:43:02 +00:00
parent a260d7a147
commit 69dc725006
2 changed files with 2 additions and 2 deletions

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("Torpedo cross-signing")}
{_t("Reset Secret Store and Cross-signing")}
</AccessibleButton>
</div>;
}

View File

@ -553,7 +553,7 @@
"Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.": "Your account has a cross-signing identity in secret storage, but it is not yet trusted by this session.",
"Cross-signing and secret storage are not yet set up.": "Cross-signing and secret storage are not yet set up.",
"Bootstrap cross-signing and secret storage": "Bootstrap cross-signing and secret storage",
"Torpedo cross-signing": "Torpedo cross-signing",
"Reset Secret Store and Cross-signing": "Reset Secret Store and Cross-signing",
"Cross-signing public keys:": "Cross-signing public keys:",
"in memory": "in memory",
"not found": "not found",