Skip to content

Commit

Permalink
Adding AutomationProperties.Name string to dashboard page (#2545)
Browse files Browse the repository at this point in the history
* Adding string to dashboard page

* Removing automation

---------

Co-authored-by: Felipe da Conceicao Guimaraes <felipeda@microsoft.com>
  • Loading branch information
guimafelipe and Felipe da Conceicao Guimaraes authored Apr 8, 2024
1 parent bbd93a0 commit efdffbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,12 @@
<value>Close</value>
<comment>Text for a button to close a content dialog.</comment>
</data>
<data name="DashboardPage.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>Dashboard</value>
<comment>Dashboard accessible name to be narrated</comment>
</data>
<data name="WidgetRemoved" xml:space="preserve">
<value>Widget removed</value>
<comment>This is said by narrator whenever a widget is removed</comment>
</data>
</root>
</root>
1 change: 1 addition & 0 deletions tools/Dashboard/DevHome.Dashboard/Views/DashboardView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<pg:ToolPage
x:Class="DevHome.Dashboard.Views.DashboardView"
x:Uid="DashboardPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down

0 comments on commit efdffbc

Please sign in to comment.