From cf59a6049112bd7e9f20419edf460ad6f5e42397 Mon Sep 17 00:00:00 2001 From: Hedi EDELBLOUTE Date: Wed, 6 Dec 2023 10:49:09 +0100 Subject: [PATCH] update deviceActions --- .../families/cardano/speculos-deviceActions.ts | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/libs/ledger-live-common/src/families/cardano/speculos-deviceActions.ts b/libs/ledger-live-common/src/families/cardano/speculos-deviceActions.ts index 51c51d25e588..12261ff965a6 100644 --- a/libs/ledger-live-common/src/families/cardano/speculos-deviceActions.ts +++ b/libs/ledger-live-common/src/families/cardano/speculos-deviceActions.ts @@ -96,24 +96,11 @@ export const acceptTransaction: DeviceAction = deviceActionFlo button: SpeculosButton.BOTH, }, { - // sometimes the poolId fits on a single screen - title: "Delegate stake to", - button: SpeculosButton.BOTH, - }, - { - title: "Delegate stake to (1/2)", - button: SpeculosButton.RIGHT, - }, - { - title: "Delegate stake to (2/2)", - button: SpeculosButton.BOTH, - }, - { - title: "Delegate s...ke to (1/2)", + title: "Delegate stake (1/2)", button: SpeculosButton.RIGHT, }, { - title: "Delegate ...ke to (2/2)", + title: "Delegate stake (2/2)", button: SpeculosButton.BOTH, }, {