Skip to content

Commit 055695e

Browse files
committedMar 25, 2025·
update cancel button text in the simple template
1 parent 18ca67d commit 055695e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Bloxstrap/Resources/CustomBootstrapperTemplate_Simple.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<Image Source="{Icon}" Height="100" Width="100" HorizontalAlignment="Center" Margin="0,15,0,0" />
66
<TextBlock HorizontalAlignment="Center" Name="StatusText" FontSize="20" Margin="0,170,0,0" />
77
<ProgressBar Width="450" Height="12" Name="PrimaryProgressBar" HorizontalAlignment="Center" Margin="0,200,0,0" />
8-
<Button Content="Cancel" Name="CancelButton" HorizontalAlignment="Center" Margin="0,225,0,0" Height="30" Width="100" />
8+
<Button Content="{Common.Cancel}" Name="CancelButton" HorizontalAlignment="Center" Margin="0,225,0,0" Height="30" Width="100" />
99
</BloxstrapCustomBootstrapper>

0 commit comments

Comments
 (0)
Please sign in to comment.