mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
rename button
This commit is contained in:
parent
a260d7a147
commit
69dc725006
@ -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>;
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user