From 4df73b155ea91d120483ab5405e218fbcc1b0c74 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Sat, 8 Apr 2017 12:06:27 -0700 Subject: [PATCH] Minor change in label --- .../Views/Templates/BasketItemTemplate.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/Templates/BasketItemTemplate.xaml b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/Templates/BasketItemTemplate.xaml index 6fb568783..b612f96fc 100644 --- a/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/Templates/BasketItemTemplate.xaml +++ b/src/Mobile/eShopOnContainers/eShopOnContainers.Core/Views/Templates/BasketItemTemplate.xaml @@ -144,7 +144,7 @@ HorizontalTextAlignment="Center" VerticalTextAlignment="Center" 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}'}" />