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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue