Improve partial translation or
to have usage context (#9244)
This commit is contained in:
parent
9f5857dd38
commit
b91f0ed7ba
5 changed files with 26 additions and 6 deletions
|
@ -395,7 +395,10 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
|||
/>
|
||||
</div>
|
||||
<span className="mx_AccessSecretStorageDialog_recoveryKeyEntry_entryControlSeparatorText">
|
||||
{ _t("or") }
|
||||
{ _t("%(securityKey)s or %(recoveryFile)s", {
|
||||
recoveryFile: "",
|
||||
securityKey: "",
|
||||
}) }
|
||||
</span>
|
||||
<div>
|
||||
<input type="file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue