Skip to content

Commit 254376d

Browse files
authored
Fixed missing description in experimental settings page (#7985)
1 parent c33fd98 commit 254376d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Files/Views/SettingsPages/Experimental.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
Text="{helpers:ResourceString Name=SettingsDefaultFilesManager}" />
9494

9595
<local:SettingsBlockControl
96-
Title="{helpers:ResourceString Name=SettingsSetAsDefaultFileManager}"
9796
HorizontalAlignment="Stretch"
98-
Description="This option modifies the system registry and can have unexpected side effects on your device. Continue at your own risk."
99-
IsExpanded="True">
97+
IsExpanded="True"
98+
Title="{helpers:ResourceString Name=SettingsSetAsDefaultFileManager}"
99+
Description="{helpers:ResourceString Name=SettingsSetAsDefaultFileManagerDescription}">
100100
<local:SettingsBlockControl.Icon>
101101
<FontIcon Glyph="&#xEC50;" />
102102
</local:SettingsBlockControl.Icon>

0 commit comments

Comments
 (0)