Skip to content

Commit

Permalink
Merge pull request #2964 from getAlby/voltage-text
Browse files Browse the repository at this point in the history
chore: minor voltage text change
  • Loading branch information
bumi authored Dec 27, 2023
2 parents 05113e7 + 4f0071d commit a854d6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -66,7 +66,7 @@ export default function ChooseConnectorPath() {
<>
<FeatureItem type="success">{t("voltage.point1")}</FeatureItem>
<FeatureItem type="success">{t("voltage.point2")}</FeatureItem>
<FeatureItem type="success">{t("voltage.point3")}</FeatureItem>
<FeatureItem type="disabled">{t("voltage.point3")}</FeatureItem>
<FeatureItem type="success">{t("voltage.point4")}</FeatureItem>
</>
}
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"connect": "Connect",
"point1": "Start instantly, no waiting for an invite",
"point2": "No transaction or volume limits",
"point3": "Full self-custody and higher privacy",
"point3": "Paid cloud service",
"point4": "Unique lightning and nostr address"
},
"alby": {
Expand Down Expand Up @@ -307,7 +307,7 @@
"title": "Voltage",
"page": {
"title": "Connect to your Voltage node",
"description": "Enterprise-grade lightning node hosting. Get on Lightning Network faster than ever. Total control with zero management. <0>Learn more</0>"
"description": "Enterprise-grade lightning node hosting. Get on Lightning Network faster than ever. Total control with zero management. <0>Learn more in our setup guide</0>"
},
"url": {
"label": "Node URL",
Expand Down

0 comments on commit a854d6a

Please sign in to comment.