Skip to content

Commit

Permalink
fix: Enable blockaid What's New Copy (#8554)
Browse files Browse the repository at this point in the history
## **Description**

<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->

Updates the copy for [blockaid turned on by
default](#8524)

## **Related issues**

Fixes:

## **Manual testing steps**

1. Install MM
2. See the What's new copy for blockaid

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've clearly explained what problem this PR is solving and how it
is solved.
- [ ] I've linked related issues
- [ ] I've included manual testing steps
- [ ] I've included screenshots/recordings if applicable
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
- [ ] I’ve properly set the pull request status:
  - [ ] In case it's not yet "ready for review", I've set it to "draft".
- [ ] In case it's "ready for review", I've changed it from "draft" to
"non-draft".

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
  • Loading branch information
blackdevelopa authored Feb 13, 2024
1 parent 7012f65 commit 124caa5
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 31 deletions.
6 changes: 5 additions & 1 deletion app/components/UI/WhatsNewModal/whatsNewList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ export const whatsNew: WhatsNew = {
type: 'description',
description: strings('whats_new.blockaid.description_2'),
},
{
type: 'description',
description: strings('whats_new.blockaid.description_3'),
},
{
type: 'button',
buttonText: strings('whats_new.blockaid.action_text'),
buttonText: strings('whats_new.blockaid.got_it'),
buttonType: 'blue',
onPress: (props) =>
props.navigation.navigate(Routes.SETTINGS_VIEW, {
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Gehen Sie mit Sicherheitsbenachrichtigungen auf Nummer sicher.",
"description_1": "Vermeiden Sie bekannte Betrügereien und bewahren Sie gleichzeitig Ihre Privatsphäre mit Sicherheitsbenachrichtigungen von Blockaid. Diese Funktion ist auf Arbitrum, Avalanche, BNB Chain, Ethereum Mainnet, Linea, Optimism und Polygon verfügbar.",
"description_2": "Gehen Sie immer mit Sorgfalt vor, bevor Sie Anfragen genehmigen.",
"action_text": "Sicherheitsbenachrichtigungen aktivieren"
"description_2": "Gehen Sie immer mit Sorgfalt vor, bevor Sie Anfragen genehmigen."
},
"sell": {
"title": "Auszahlen leicht gemacht",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Μείνετε ασφαλείς με ειδοποιήσεις ασφαλείας",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Πάντα να προβαίνετε σε δικό σας επιμελή έλεγχο προτού εγκρίνετε τα αιτήματα.",
"action_text": "Ενεργοποίηση ειδοποιήσεων ασφαλείας"
"description_2": "Πάντα να προβαίνετε σε δικό σας επιμελή έλεγχο προτού εγκρίνετε τα αιτήματα."
},
"sell": {
"title": "Εύκολη ανάληψη μετρητών",
Expand Down
5 changes: 3 additions & 2 deletions locales/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2376,9 +2376,10 @@
"title": "What's new",
"blockaid": {
"title": "Stay safe with security alerts",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_1": "Steer safe from known scams while still protecting your privacy with security alerts powered by Blockaid. This feature is now on by default for all MetaMask users.",
"description_2": "Always do your own due diligence before approving requests.",
"action_text": "Enable security alerts"
"description_3": "Available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"got_it": "Got it"
},
"sell": {
"title": "Cashing out made easy",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Manténgase seguro con alertas de seguridad",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Siempre asegúrese de hacer su propia diligencia debida antes de aprobar cualquier solicitud.",
"action_text": "Habilitar alertas de seguridad"
"description_2": "Siempre asegúrese de hacer su propia diligencia debida antes de aprobar cualquier solicitud."
},
"sell": {
"title": "Cobrar es fácil",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Restez en sécurité grâce aux alertes de sécurité",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Vous devez faire preuve de diligence raisonnable avant d’approuver toute demande.",
"action_text": "Activer les alertes de sécurité"
"description_2": "Vous devez faire preuve de diligence raisonnable avant d’approuver toute demande."
},
"sell": {
"title": "L’encaissement simplifié",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "सुरक्षा चेतावनियों के माध्यम से सुरक्षित रहें",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "किसी भी रिक्वेस्ट को मंजूरी देने से पहले हमेशा पूरी जांच-पड़ताल ज़रूर करें।",
"action_text": "सुरक्षा चेतावनियों को इनेबल करें"
"description_2": "किसी भी रिक्वेस्ट को मंजूरी देने से पहले हमेशा पूरी जांच-पड़ताल ज़रूर करें।"
},
"sell": {
"title": "पैसे निकालना आसान कर दिया गया",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Tetap aman bersama peringatan keamanan",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Selalu lakukan uji tuntas sendiri sebelum menyetujui permintaan.",
"action_text": "Aktifkan peringatan keamanan"
"description_2": "Selalu lakukan uji tuntas sendiri sebelum menyetujui permintaan."
},
"sell": {
"title": "Pencairan uang tunai semakin mudah",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "セキュリティアラートで安全を確保",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "要求を承認する前に、必ず独自のデューデリジェンスを行ってください。",
"action_text": "セキュリティアラートを有効にする"
"description_2": "要求を承認する前に、必ず独自のデューデリジェンスを行ってください。"
},
"sell": {
"title": "キャッシュアウトが簡単になりました",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "보안 경고로 안전성을 유지하세요",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "요청을 승인하기 전에 항상 직접 확인하세요.",
"action_text": "보안 경고 활성화"
"description_2": "요청을 승인하기 전에 항상 직접 확인하세요."
},
"sell": {
"title": "간편한 현금 인출",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Fique protegido com os alertas de segurança",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Sempre faça sua própria devida diligência antes de aprovar solicitações.",
"action_text": "Ativar alertas de segurança"
"description_2": "Sempre faça sua própria devida diligência antes de aprovar solicitações."
},
"sell": {
"title": "Saque fácil",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Избегайте угроз с помощью оповещений безопасности",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Всегда проводите собственную комплексную проверку перед утверждением запросов.",
"action_text": "Включить оповещения безопасности"
"description_2": "Всегда проводите собственную комплексную проверку перед утверждением запросов."
},
"sell": {
"title": "Вывод средств стал проще",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/tl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Manatiling ligtas gamit ang mga alerto sa seguridad",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Palaging gumawa ng sarili mong pagsusuri bago aprubahan ang mga kahilingan.",
"action_text": "Paganahin ang mga alerto sa seguridad"
"description_2": "Palaging gumawa ng sarili mong pagsusuri bago aprubahan ang mga kahilingan."
},
"sell": {
"title": "Pinadali ang pag-cash out",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Güvenlik uyarıları ile güvende kalın",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Talepleri onaylamadan önce kendiniz her zaman gerekli özeni gösterin.",
"action_text": "Güvenlik uyarılarını etkinleştir"
"description_2": "Talepleri onaylamadan önce kendiniz her zaman gerekli özeni gösterin."
},
"sell": {
"title": "Paraya çevirmek artık kolay",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "Đảm bảo an toàn với cảnh báo bảo mật",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "Luôn tự thẩm định trước khi chấp thuận các yêu cầu.",
"action_text": "Bật cảnh báo bảo mật"
"description_2": "Luôn tự thẩm định trước khi chấp thuận các yêu cầu."
},
"sell": {
"title": "Rút tiền dễ dàng",
Expand Down
3 changes: 1 addition & 2 deletions locales/languages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,8 +2371,7 @@
"blockaid": {
"title": "安全警报助您确保安全",
"description_1": "Steer clear of known scams while still preserving your privacy with security alerts powered by Blockaid. This feature is available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Linea, Optimism and Polygon.",
"description_2": "在批准请求之前,必须自行作出审慎调查。",
"action_text": "启用安全警报"
"description_2": "在批准请求之前,必须自行作出审慎调查。"
},
"sell": {
"title": "兑现变得容易",
Expand Down

0 comments on commit 124caa5

Please sign in to comment.