Skip to content

Commit

Permalink
Update in-product butter bar links
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Dec 12, 2024
1 parent 3aac7b8 commit ac74ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background/butterBarService.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ButterBarService extends Component {
"conflictingProgram",
"alert_conflictingProgram",
"howToFix",
"https://support.mozilla.org/kb/program-your-computer-interferes-mozilla-vpn-exten"
"https://support.mozilla.org/kb/program-your-computer-interferes-mozilla-vpn-exten?utm_medium=mozilla-vpn&utm_source=vpn-extension"
);
this.maybeCreateAlert(interventions, alert);
});
Expand All @@ -62,7 +62,7 @@ export class ButterBarService extends Component {
"alert_conflictingExtensions",
"alert_conflictingExtensions",
"learnWhatToDo",
"https://support.mozilla.org/kb/if-another-extension-interferes-mozilla-vpn"
"https://support.mozilla.org/kb/if-another-extension-interferes-mozilla-vpn?utm_medium=mozilla-vpn&utm_source=vpn-extension"
);

this.maybeCreateAlert(conflictingAddons, alert);
Expand Down

0 comments on commit ac74ba3

Please sign in to comment.