Skip to content

Commit

Permalink
feat: remove invite-code-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Oct 17, 2024
1 parent 92b5255 commit 52b84d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/screens/connectors/ChooseConnectorPath/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function ChooseConnectorPath() {
/>
</FeatureItem>
<FeatureItem type="success">{t("alby.point2")}</FeatureItem>
<FeatureItem type="warning">{t("alby.point3")}</FeatureItem>
<FeatureItem type="success">{t("alby.point3")}</FeatureItem>
</>
}
actions={<ConnectAlby />}
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"connect": "Continue with Alby Account",
"point1": "New self-custodial wallet — <0>Alby Hub</0>",
"point2": "Unique lightning and nostr address",
"point3": "New signups require an invite code"
"point3": "Start instantly — perfect for anyone new to Bitcoin! "
}
},
"alby": {
Expand Down

0 comments on commit 52b84d3

Please sign in to comment.