Minor change in label

This commit is contained in:
Cesar De la Torre 2017-04-08 12:06:27 -07:00
parent 345e275a0e
commit 531ed7354d

View File

@ -144,7 +144,7 @@
HorizontalTextAlignment="Center" HorizontalTextAlignment="Center"
VerticalTextAlignment="Center" VerticalTextAlignment="Center"
HeightRequest="60" HeightRequest="60"
Text="{Binding OldUnitPrice, StringFormat='Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was ${0:N2}'}" /> Text="{Binding OldUnitPrice, StringFormat='Note that the price of this article changed in our Catalog. The old price when you originally added it to the basket was $ {0:N2}'}" />
</Grid> </Grid>
<Grid <Grid
Grid.Column="0" Grid.Column="0"