Fix double translation issue (#10240
* Fix double translation issue * Remove some redundant string concatenations
This commit is contained in:
parent
a3defa6cf7
commit
12dd799301
21 changed files with 29 additions and 41 deletions
|
@ -70,7 +70,7 @@ export default class StorageEvictedDialog extends React.Component<IProps> {
|
|||
)}
|
||||
</p>
|
||||
<p>
|
||||
{_t("Your browser likely removed this data when running low on " + "disk space.")} {logRequest}
|
||||
{_t("Your browser likely removed this data when running low on disk space.")} {logRequest}
|
||||
</p>
|
||||
</div>
|
||||
<DialogButtons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue