rename button

This commit is contained in:
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 { } else {
bootstrapButton = <div className="mx_CrossSigningPanel_buttonRow"> bootstrapButton = <div className="mx_CrossSigningPanel_buttonRow">
<AccessibleButton kind="danger" onClick={this._destroySecureSecretStorage}> <AccessibleButton kind="danger" onClick={this._destroySecureSecretStorage}>
{_t("Torpedo cross-signing")} {_t("Reset Secret Store and Cross-signing")}
</AccessibleButton> </AccessibleButton>
</div>; </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.", "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.", "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", "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:", "Cross-signing public keys:": "Cross-signing public keys:",
"in memory": "in memory", "in memory": "in memory",
"not found": "not found", "not found": "not found",