Improve partial translation or to have usage context (#9244)

This commit is contained in:
Michael Telatynski
2022-09-06 13:27:36 +01:00
committed by GitHub
parent 9f5857dd38
commit b91f0ed7ba
5 changed files with 26 additions and 6 deletions

View File

@@ -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"