Browse Source

Correct typo error in Shipping Address (#1712)

Co-authored-by: kwabena <kwabena@mpharma.com>
pull/1714/head
Kaypee 3 years ago
committed by GitHub
parent
commit
6982f0e7c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/Web/WebMVC/Views/Order/Detail.cshtml
  2. +1
    -1
      src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html

+ 1
- 1
src/Web/WebMVC/Views/Order/Detail.cshtml View File

@ -40,7 +40,7 @@
<section class="esh-orders_detail-section"> <section class="esh-orders_detail-section">
<article class="esh-orders_detail-titles row"> <article class="esh-orders_detail-titles row">
<section class="esh-orders_detail-title col-12">Shiping address</section>
<section class="esh-orders_detail-title col-12">Shipping address</section>
</article> </article>
<article class="esh-orders_detail-items row"> <article class="esh-orders_detail-items row">


+ 1
- 1
src/Web/WebSPA/Client/src/modules/orders/orders-detail/orders-detail.component.html View File

@ -16,7 +16,7 @@
<section class="col-3">{{order.status}}</section> <section class="col-3">{{order.status}}</section>
</article> </article>
<h2 class="esh-orders_detail-title mt-5">Shiping address</h2>
<h2 class="esh-orders_detail-title mt-5">Shipping address</h2>
<div class="u-mb-5">{{order.street}} {{order.city}} {{order.country}}</div> <div class="u-mb-5">{{order.street}} {{order.city}} {{order.country}}</div>
<article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm" <article class="esh-orders_detail-items divider divider--bottom d-flex align-items-center pb-3 mt-3 u-text-sm"


Loading…
Cancel
Save