Skip to content

Commit 531ed73

Browse files
Minor change in label
1 parent 345e275 commit 531ed73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/Templates/BasketItemTemplate.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
HorizontalTextAlignment="Center"
145145
VerticalTextAlignment="Center"
146146
HeightRequest="60"
147-
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}'}" />
147+
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}'}" />
148148
</Grid>
149149
<Grid
150150
Grid.Column="0"

0 commit comments

Comments
 (0)