Skip to content

Commit

Permalink
Site may be malicious - copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Dec 9, 2024
1 parent a3dec18 commit 917f51b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration-tests/DashboardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class DashboardPage {

async hasPhishingStatusText() {
const { page } = this;
await expect(page.locator('#main-nav div')).toContainText('Site May Be Deceptive');
await expect(page.locator('#main-nav div')).toContainText('Site May Be Malicious');
}

async hasMalwareIcon() {
Expand All @@ -218,7 +218,7 @@ export class DashboardPage {

async hasMalwareStatusText() {
const { page } = this;
await expect(page.locator('#main-nav div')).toContainText('Site May Be Deceptive');
await expect(page.locator('#main-nav div')).toContainText('Site May Be Malicious');
}

async connectionLinkDoesntShow() {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions shared/locales/en/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
"note": "Shown as the button text when the connection is using an invalid certificate."
},
"phishingWebsite": {
"title": "Site May Be Deceptive",
"title": "Site May Be Malicious",
"note": "Shown as the button text when the URL is reported as a phishing website."
},
"phishingWebsiteDesc": {
"title": "This website may be impersonating a legitimate site in order to trick you into providing personal information, such as passwords or credit card numbers.",
"note": "Shown as the description text when the URL is reported as a phishing website."
},
"malwareWebsite": {
"title": "Site May Be Deceptive",
"title": "Site May Be Malicious",
"note": "Shown as the button text when the URL is reported as a phishing website."
},
"malwareWebsiteDesc": {
Expand Down

0 comments on commit 917f51b

Please sign in to comment.