Skip to content

Commit

Permalink
rm storage key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmc authored Oct 30, 2024
1 parent a126295 commit 19232e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions components/Onboarding/PrivateKeyConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,7 @@ export default function PrivateKeyConnect() {
return (
<OnboardingComponent
title={translate("privateKeyConnect.title")}
subtitle={translate("privateKeyConnect.subtitle", {
storage: translate(
`privateKeyConnect.storage.${
Platform.OS === "ios" ? "ios" : "android"
}`
),
})}
subtitle={translate("privateKeyConnect.subtitle")}
picto="key.horizontal"
primaryButtonText={translate("privateKeyConnect.connectButton")}
primaryButtonAction={() => {
Expand Down

0 comments on commit 19232e9

Please sign in to comment.