Skip to content

Commit 8ecbf5a

Browse files
committed
Fixed AXE error
1 parent 9462614 commit 8ecbf5a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Files.App/Strings/en-US/Resources.resw

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3716,4 +3716,7 @@
37163716
<data name="LayoutType" xml:space="preserve">
37173717
<value>Layout type</value>
37183718
</data>
3719+
<data name="SettingsGroup" xml:space="preserve">
3720+
<value>Settings group</value>
3721+
</data>
37193722
</root>

src/Files.App/UserControls/Settings/SettingsBlockControl.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
55
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7+
xmlns:helpers="using:Files.App.Helpers"
78
xmlns:local="using:Files.App.UserControls.Settings"
89
xmlns:local1="using:Files.App.Converters"
910
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1011
d:DesignHeight="300"
1112
d:DesignWidth="400"
13+
AutomationProperties.LocalizedControlType="{helpers:ResourceString Name=SettingsGroup}"
1214
mc:Ignorable="d">
1315

1416
<UserControl.Resources>

0 commit comments

Comments
 (0)