From d56fe89ac47c5ba70e0e292c286ce96010a45ac4 Mon Sep 17 00:00:00 2001 From: Daniel Shleifman Date: Wed, 16 Jun 2021 12:52:26 +0300 Subject: [PATCH] dot added --- web/src/components/DialogTorrentDetailsContent/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/DialogTorrentDetailsContent/index.jsx b/web/src/components/DialogTorrentDetailsContent/index.jsx index 88aa75e..b6f688c 100644 --- a/web/src/components/DialogTorrentDetailsContent/index.jsx +++ b/web/src/components/DialogTorrentDetailsContent/index.jsx @@ -116,7 +116,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) { if (torrentParsedName?.resolution && !title.includes(torrentParsedName?.resolution)) newNameStrings.push(torrentParsedName?.resolution) - return newNameStrings.join(' ') + return newNameStrings.join('. ') } return (