From 1f20f70d13876685546a4ee0e3ea36b48a71fe0b Mon Sep 17 00:00:00 2001 From: ifernandezdiaz Date: Sun, 16 Jul 2023 20:13:55 -0300 Subject: [PATCH] Fixing show value id button (#2620) --- src/App/Pages/Vault/CipherDetailsPage.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/Vault/CipherDetailsPage.xaml b/src/App/Pages/Vault/CipherDetailsPage.xaml index dc1d6bdf0..f99196a6f 100644 --- a/src/App/Pages/Vault/CipherDetailsPage.xaml +++ b/src/App/Pages/Vault/CipherDetailsPage.xaml @@ -179,7 +179,7 @@ AutomationProperties.Name="{u:I18n ToggleVisibility}" AutomationProperties.HelpText="{Binding PasswordVisibilityAccessibilityText}" IsVisible="{Binding Cipher.ViewPassword}" - AutomationId="ViewValueButton" /> + AutomationId="ShowValueButton" />