1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

Security Alert Settings: update copy to match figma (#20300)

* securityAlert: fix settings copy

* securityAlert: fix settings copy - update snapshop
This commit is contained in:
Ariella Vu 2023-08-02 11:29:18 +02:00 committed by GitHub
parent 484fd1a436
commit 446c7bb3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -2329,7 +2329,7 @@
"message": "more"
},
"moreComingSoon": {
"message": "More coming soon..."
"message": "More providers coming soon"
},
"multipleSnapConnectionWarning": {
"message": "$1 wants to connect with $2 snaps. Only proceed if you trust this website.",
@ -3643,7 +3643,7 @@
"message": "Security alerts"
},
"securityAlertsDescription1": {
"message": "Enable this to have your transactions and signature requests reviewed locally (no data shared with third parties) and warnings displayed when malicious activity is detected."
"message": "This feature alerts you to malicious activity by locally reviewing your transactions and signature requests. Your data isn't shared with the third parties providing this service. Always do your own due diligence before approving any requests. There's no guarantee that this feature will detect all malicious activity."
},
"securityAlertsDescription2": {
"message": "Always be sure to do your own due diligence before approving any requests. There's no guarantee all mailcious activity will be detected by this feature."

View File

@ -25,7 +25,7 @@ exports[`ExperimentalTab with desktop enabled renders ExperimentalTab component
<p
class="mm-box mm-text mm-text--body-sm mm-box--color-text-alternative"
>
Enable this to have your transactions and signature requests reviewed locally (no data shared with third parties) and warnings displayed when malicious activity is detected.
This feature alerts you to malicious activity by locally reviewing your transactions and signature requests. Your data isn't shared with the third parties providing this service. Always do your own due diligence before approving any requests. There's no guarantee that this feature will detect all malicious activity.
</p>
<p
class="mm-box mm-text mm-text--body-sm mm-box--color-text-alternative"
@ -90,7 +90,7 @@ exports[`ExperimentalTab with desktop enabled renders ExperimentalTab component
<p
class="mm-box mm-text mm-text--body-md mm-box--margin-top-2 mm-box--color-text-muted"
>
More coming soon...
More providers coming soon
</p>
</div>
</div>
@ -192,7 +192,7 @@ exports[`ExperimentalTab with desktop enabled renders ExperimentalTab component
<h5
class="box box--margin-top-2 box--margin-bottom-1 box--flex-direction-row typography typography--h5 typography--weight-medium typography--style-normal typography--color-text-muted"
>
More coming soon...
More providers coming soon
</h5>
</div>
</div>