mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Correcting "protcool" typo, part 2
This commit is contained in:
parent
394e819f3e
commit
4c5f892a68
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ function License(props: any) {
|
|||
function SubscribeUrl(props: any) {
|
||||
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&title=${encodeURIComponent(props.name)}`}
|
||||
className="d-block d-sm-none btn btn-primary fl-btn-details-action"
|
||||
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus).` }>
|
||||
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).` }>
|
||||
Subscribe
|
||||
</a >;
|
||||
}
|
||||
|
|
@ -360,4 +360,4 @@ interface IListSyntaxDto {
|
|||
interface ISyntaxSupportedSoftwareDto {
|
||||
homeUrl: string;
|
||||
name: string;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue