From 4c5f892a68597f6af85207a6341c0bfe16c2d4e1 Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Tue, 14 Aug 2018 18:59:35 +0200 Subject: [PATCH] Correcting "protcool" typo, part 2 --- src/FilterLists.Web/ClientApp/components/ListDetails.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index ce8b1efb7..7b8d63125 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -159,7 +159,7 @@ function License(props: any) { function SubscribeUrl(props: any) { return + title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).` }> Subscribe ; } @@ -360,4 +360,4 @@ interface IListSyntaxDto { interface ISyntaxSupportedSoftwareDto { homeUrl: string; name: string; -}; \ No newline at end of file +};