Improve partial translation or to have usage context (#9244)
This commit is contained in:
committed by
GitHub
parent
9f5857dd38
commit
b91f0ed7ba
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user