mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
PS-674: Accessibility password generator toggles (#1924)
- Additional information for VoiceOver and TalkBack - Added new labels Co-authored-by: André Bispo <abispo@bitwarden.com>
This commit is contained in:
committed by
GitHub
parent
43e9515a03
commit
5272c99643
24
src/App/Resources/AppResources.Designer.cs
generated
24
src/App/Resources/AppResources.Designer.cs
generated
@@ -3934,5 +3934,29 @@ namespace Bit.App.Resources {
|
||||
return ResourceManager.GetString("ReportCrashLogsDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string UppercaseAtoZ {
|
||||
get {
|
||||
return ResourceManager.GetString("UppercaseAtoZ", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string LowercaseAtoZ {
|
||||
get {
|
||||
return ResourceManager.GetString("LowercaseAtoZ", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string NumbersZeroToNine {
|
||||
get {
|
||||
return ResourceManager.GetString("NumbersZeroToNine", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SpecialCharacters {
|
||||
get {
|
||||
return ResourceManager.GetString("SpecialCharacters", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user