From 4810c85888b337254e3eeea18d157d8ade6e00f5 Mon Sep 17 00:00:00 2001
From: ssparach <128866445+ssparach@users.noreply.github.com>
Date: Mon, 9 Sep 2024 09:31:15 -0700
Subject: [PATCH] =?UTF-8?q?[FE=20+=20Version=20Control]=20Accessibility=20?=
=?UTF-8?q?Insights=20Fast=20Pass:=20Section=20508=20502.3.1:=20(DevHome/b?=
=?UTF-8?q?utton=20'=EE=9C=92')=20The=20Name=20property=20must=20not=20con?=
=?UTF-8?q?tain=20any=20characters=20in=20the=20private=20Unicode=20range.?=
=?UTF-8?q?=20=20(#3783)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* make button name accessible
* address PR feedback
---
.../DevHome.Customization/Strings/en-us/Resources.resw | 6 +++++-
.../DevHome.Customization/Views/AddRepositoriesView.xaml | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/tools/Customization/DevHome.Customization/Strings/en-us/Resources.resw b/tools/Customization/DevHome.Customization/Strings/en-us/Resources.resw
index 563697eb46..78a854cc9f 100644
--- a/tools/Customization/DevHome.Customization/Strings/en-us/Resources.resw
+++ b/tools/Customization/DevHome.Customization/Strings/en-us/Resources.resw
@@ -483,6 +483,10 @@
Close
- Text for a button to close a content dialog.
+ Text for a button to close a content dialog
+
+
+ More Options
+ Text for the more options button on the setting card for the Add Repositories UI
\ No newline at end of file
diff --git a/tools/Customization/DevHome.Customization/Views/AddRepositoriesView.xaml b/tools/Customization/DevHome.Customization/Views/AddRepositoriesView.xaml
index fe082f8474..77d93f3106 100644
--- a/tools/Customization/DevHome.Customization/Views/AddRepositoriesView.xaml
+++ b/tools/Customization/DevHome.Customization/Views/AddRepositoriesView.xaml
@@ -49,7 +49,7 @@