Skip to content

Commit

Permalink
Update ConfigurePolicyRuleOptions.xaml (#596)
Browse files Browse the repository at this point in the history
Fixed #595
  • Loading branch information
HotCakeX authored Feb 14, 2025
1 parent 2076e19 commit 10fc39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppControl Manager/Pages/ConfigurePolicyRuleOptions.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
HeaderIcon="{ui:FontIcon Glyph=}">

<controls:WrapPanel Orientation="Horizontal" HorizontalSpacing="15" VerticalSpacing="10">
<Button x:Name="ApplyTheChangesButton" Content="Appy the Changes" Click="ApplyTheChangesButton_Click"
<Button x:Name="ApplyTheChangesButton" Content="Apply the Changes" Click="ApplyTheChangesButton_Click"
Style="{StaticResource AccentButtonStyle}" ToolTipService.ToolTip="If you checked or unchecked any new check boxes among the rule options, use this button to apply them to the policy you selected" />

<Button x:Name="RefreshRuleOptionsState" Content="Retrieve Rules States" Click="RefreshRuleOptionsState_Click"
Expand Down

0 comments on commit 10fc39a

Please sign in to comment.