From 144b94fd62914ef2583775a14d1a6e037fe664e5 Mon Sep 17 00:00:00 2001 From: Damiano Plebani Date: Fri, 28 Feb 2025 15:39:49 +0100 Subject: [PATCH] Enable quick dev access in the `IdentificationLockScreen` with screen reader enabled --- ts/screens/modal/components/IdentificationNumberPad.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ts/screens/modal/components/IdentificationNumberPad.tsx b/ts/screens/modal/components/IdentificationNumberPad.tsx index 4f6577f8acb..db4663328d1 100644 --- a/ts/screens/modal/components/IdentificationNumberPad.tsx +++ b/ts/screens/modal/components/IdentificationNumberPad.tsx @@ -85,9 +85,6 @@ export const IdentificationNumberPad = ( {isDevEnv && ( { setValue(pin); }} - accessibilityLabel={"Insert valid pin button (dev only)"} + accessibilityLabel={"Inserisci il PIN predefinito per sviluppatori"} /> )}