misc: chore: [ci skip] oops forgot to localize the reset button & confirmation

This commit is contained in:
Evan Husted 2025-02-05 02:01:33 -06:00
parent 45cec4e7cf
commit 6af388c623
2 changed files with 52 additions and 2 deletions

View file

@ -114,10 +114,10 @@
<Button
IsEnabled="{Binding WantsToReset}"
Margin="10"
Content="Reset Settings"
Content="{ext:Locale SettingsButtonReset}"
Command="{Binding ResetButton}" />
<CheckBox IsChecked="{Binding WantsToReset}"/>
<TextBlock Text="I want to reset my settings."/>
<TextBlock Text="{ext:Locale SettingsButtonResetConfirm}"/>
</StackPanel>
<ReversibleStackPanel
Grid.Column="2"