Remove duplicate translated string (#10139)
This commit is contained in:
parent
986b7cbb61
commit
ac7f69216e
7 changed files with 9 additions and 10 deletions
|
@ -480,7 +480,7 @@ export default class RestoreKeyBackupDialog extends React.PureComponent<IProps,
|
|||
<div>
|
||||
<p>
|
||||
{_t(
|
||||
"<b>Warning</b>: You should only set up key backup " + "from a trusted computer.",
|
||||
"<b>Warning</b>: you should only set up key backup " + "from a trusted computer.",
|
||||
{},
|
||||
{ b: (sub) => <b>{sub}</b> },
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue