diff --git a/src/FilterLists.Web.V2/src/components/SubscribeButton.tsx b/src/FilterLists.Web.V2/src/components/SubscribeButton.tsx index 2fc226c62..765554158 100644 --- a/src/FilterLists.Web.V2/src/components/SubscribeButton.tsx +++ b/src/FilterLists.Web.V2/src/components/SubscribeButton.tsx @@ -25,7 +25,7 @@ export const SubscribeButton = (props: Props): JSX.Element => { block icon="import" {...buttonProps[0]}> - {`Mirror ${i + 1} Subscribe`} + {`Subscribe (Mirror ${i + 1})`} })}