fix(02-07): bind export buttons to localization keys (rad.csv.perms, rad.html.perms)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -77,11 +77,11 @@
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Button Grid.Column="0"
|
||||
Content="Export CSV"
|
||||
Content="{Binding Source={x:Static loc:TranslationSource.Instance}, Path=[rad.csv.perms]}"
|
||||
Command="{Binding ExportCsvCommand}"
|
||||
Margin="0,0,4,0" Padding="6,3" />
|
||||
<Button Grid.Column="1"
|
||||
Content="Export HTML"
|
||||
Content="{Binding Source={x:Static loc:TranslationSource.Instance}, Path=[rad.html.perms]}"
|
||||
Command="{Binding ExportHtmlCommand}"
|
||||
Margin="0,0,0,0" Padding="6,3" />
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user