localization: use localized text for Show only my locks checkbox (#515)

This commit is contained in:
leo 2024-09-26 15:43:31 +08:00
parent 5d2a442144
commit d34aa8cb7e
No known key found for this signature in database
4 changed files with 4 additions and 1 deletions

View file

@ -47,7 +47,7 @@
<!-- Filter and Unlock All -->
<CheckBox Grid.Row="1"
Margin="8,0,0,0"
Content="Show only my locks"
Content="{DynamicResource Text.GitLFS.Locks.OnlyMine}"
IsChecked="{Binding ShowOnlyMyLocks, Mode=TwoWay}"
VerticalAlignment="Center">
<CheckBox.IsEnabled>