mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
PS-675 Added accessibility text to password show/hide toggles (#1926)
* PS-675 Added accessibility text to password show hide toggles * PS-675 refactor string resource key name
This commit is contained in:
committed by
GitHub
parent
8a3d88b3ce
commit
121f0e3628
12
src/App/Resources/AppResources.Designer.cs
generated
12
src/App/Resources/AppResources.Designer.cs
generated
@@ -3971,6 +3971,18 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordIsVisibleTapToHide {
|
||||
get {
|
||||
return ResourceManager.GetString("PasswordIsVisibleTapToHide", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string PasswordIsNotVisibleTapToShow {
|
||||
get {
|
||||
return ResourceManager.GetString("PasswordIsNotVisibleTapToShow", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string FilterByVault {
|
||||
get {
|
||||
return ResourceManager.GetString("FilterByVault", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user