diff --git a/src/App/Pages/Generator/GeneratorPage.xaml b/src/App/Pages/Generator/GeneratorPage.xaml
index 2c581b8f5..acaf7aacc 100644
--- a/src/App/Pages/Generator/GeneratorPage.xaml
+++ b/src/App/Pages/Generator/GeneratorPage.xaml
@@ -183,52 +183,68 @@
+ HorizontalOptions="StartAndExpand"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n UppercaseAtoZ}"/>
+ HorizontalOptions="End"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n UppercaseAtoZ}"/>
+ HorizontalOptions="StartAndExpand"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n LowercaseAtoZ}"/>
+ HorizontalOptions="End"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n LowercaseAtoZ}" />
+ HorizontalOptions="StartAndExpand"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n NumbersZeroToNine}"/>
+ HorizontalOptions="End"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n NumbersZeroToNine}"/>
+ HorizontalOptions="StartAndExpand"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n SpecialCharacters}"/>
+ HorizontalOptions="End"
+ AutomationProperties.IsInAccessibleTree="True"
+ AutomationProperties.Name="{u:I18n SpecialCharacters}"/>
diff --git a/src/App/Resources/AppResources.Designer.cs b/src/App/Resources/AppResources.Designer.cs
index ba004805d..a1221c079 100644
--- a/src/App/Resources/AppResources.Designer.cs
+++ b/src/App/Resources/AppResources.Designer.cs
@@ -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);
+ }
+ }
}
}
diff --git a/src/App/Resources/AppResources.resx b/src/App/Resources/AppResources.resx
index ab695df1f..e6d6909a0 100644
--- a/src/App/Resources/AppResources.resx
+++ b/src/App/Resources/AppResources.resx
@@ -2202,4 +2202,16 @@
Help Bitwarden improve app stability by allowing crash reports.
+
+ Uppercase (A to Z)
+
+
+ Lowercase (A to Z)
+
+
+ Numbers (0 to 9)
+
+
+ Special Characters (!@#$%^&*)
+