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