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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 6 deletions

View file

@ -725,7 +725,10 @@ export default class CreateSecretStorageDialog extends React.PureComponent<IProp
>
{ _t("Download") }
</AccessibleButton>
<span>{ _t("or") }</span>
<span>{ _t("%(downloadButton)s or %(copyButton)s", {
downloadButton: "",
copyButton: "",
}) }</span>
<AccessibleButton
kind='primary'
className="mx_Dialog_primary mx_CreateSecretStorageDialog_recoveryKeyButtons_copyBtn"