Skip to content

Commit

Permalink
FIX: Naming of Doppelganger to Doppelganger Protection in settings fo…
Browse files Browse the repository at this point in the history
…r rest of the Clients (#1905)
  • Loading branch information
gbayasgalan authored Jun 5, 2024
1 parent 6f6f8db commit 2d99674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions launcher/src/store/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export const useServices = defineStore("services", {
commands: ["--suggested-fee-recipient"],
},
{
title: "Doppelganger",
title: "Doppelganger Protection",
type: "toggle",
changeValue: true,
icon: "/img/icon/service-setting-icons/doppelganger.png",
Expand Down Expand Up @@ -344,7 +344,7 @@ export const useServices = defineStore("services", {
commands: ["--suggested-fee-recipient"],
},
{
title: "Doppelganger",
title: "Doppelganger Protection",
type: "toggle",
changeValue: true,
icon: "/img/icon/service-setting-icons/doppelganger.png",
Expand Down Expand Up @@ -468,7 +468,7 @@ export const useServices = defineStore("services", {
commands: ["--validators-proposer-default-fee-recipient"],
},
{
title: "Doppelganger",
title: "Doppelganger Protection",
type: "toggle",
changeValue: true,
icon: "/img/icon/service-setting-icons/doppelganger.png",
Expand Down Expand Up @@ -896,7 +896,7 @@ export const useServices = defineStore("services", {
commands: ["--suggestedFeeRecipient"],
},
{
title: "Doppelganger",
title: "Doppelganger Protection",
type: "toggle",
changeValue: true,
icon: "/img/icon/service-setting-icons/doppelganger.png",
Expand Down

0 comments on commit 2d99674

Please sign in to comment.