Skip to content

Commit e4bda0f

Browse files
authored
Tweak cert warning modal (#798)
1 parent 72441bf commit e4bda0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"views.Settings.AddEditNode.lndhubUnderstand": "I understand, create my account",
9595
"views.Settings.AddEditNode.certificateWarning1": "Opting not to use Certificate Verification may leave you vulnerable to a man-in-the-middle attack. Do so at your own discretion.",
9696
"views.Settings.AddEditNode.certificateWarning2": "If you're not verifying your connection with a VPN or Tor v3 hidden service configuration, we strongly advise you install your node's certificate on this device.",
97-
"views.Settings.AddEditNode.certificateUnderstand": "I understand, save my node config",
97+
"views.Settings.AddEditNode.certificateUnderstand": "I understand, save node config",
9898
"views.Settings.AddEditNode.existingAccount": "Existing Account",
9999
"views.Settings.AddEditNode.username": "Username",
100100
"views.Settings.AddEditNode.password": "Password",

views/Settings/AddEditNode.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ export default class AddEditNode extends React.Component<
576576
showLndHubModal: false
577577
})
578578
}
579-
secondary
579+
primary
580580
/>
581581
</View>
582582
</>
@@ -641,7 +641,7 @@ export default class AddEditNode extends React.Component<
641641
borderRadius: 30,
642642
backgroundColor: 'grey'
643643
}}
644-
secondary
644+
primary
645645
/>
646646
</View>
647647
</>

0 commit comments

Comments
 (0)