mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweak text on Subscribe button for mirrors
This commit is contained in:
parent
3253640f28
commit
8f0d579498
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export const SubscribeButton = (props: Props): JSX.Element => {
|
|||
block
|
||||
icon="import"
|
||||
{...buttonProps[0]}>
|
||||
{`Mirror ${i + 1} Subscribe`}
|
||||
{`Subscribe (Mirror ${i + 1})`}
|
||||
</Button>
|
||||
})}
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Reference in a new issue