-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frontend: make locize-pull #3238
base: master
Are you sure you want to change the base?
Conversation
"toastMicroSD": "Please insert your microSD card into your BitBox02 which will be used to store a backup of the wallet." | ||
"nameLabel": "BitBox name", | ||
"namePlaceholder": "My BitBox", | ||
"title": "Choose BitBox device name", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding "device" during the setup to make it clear that this is the BitBox device name or device password, not to be confused with BitBox the brand.
}, | ||
"stepCreate": { | ||
"description": "This name is used as the device name and for backups.", | ||
"description": "This name is used for the device and backup name", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
slightly rephrased
"bluetooth": { | ||
"connectionFailed": "failed", | ||
"select": "Select your BitBox" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benma please push first.
@@ -439,7 +435,7 @@ | |||
}, | |||
"security": { | |||
"link": "BitBox02 security threat model", | |||
"text": "BTC Direct's Private Trading Desk is an external service not covered by the BitBox02 Security Threat model. However, BTC Direct is well-acquainted with BitBox products and offers secure, knowledgeable guidance. BitBox products verify crypto addresses during transactions to ensure secure delivery.", | |||
"text": "BTC Direct's Private Trading Desk is an external service not covered by the BitBox02 security threat model. However, BTC Direct is well-acquainted with BitBox products and offers secure, knowledgeable guidance. BitBox products verify crypto addresses during transactions to ensure secure delivery.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keeping BitBox02 here for now, we'll need to decide later what to do with this…
@@ -739,7 +735,6 @@ | |||
"title": "Hardware" | |||
}, | |||
"loading": "Retrieving device info…", | |||
"noDevice": "No devices connected", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we use t('deviceSettings.noDevice')
, seems related to BT, probably also push first
No description provided.