From a989d15f972206cfc66212359baf99a408aee05f Mon Sep 17 00:00:00 2001 From: Thomas Malbaux Date: Sun, 6 Sep 2026 19:25:08 +0300 Subject: [PATCH] Fixes to Email texts --- .../booking-new-request-html.html | 16 ++++++++-------- ...o-canceled-from-disputed-provider-subject.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/default-booking/templates/booking-new-request/booking-new-request-html.html b/default-booking/templates/booking-new-request/booking-new-request-html.html index e68a57a..a6e927d 100644 --- a/default-booking/templates/booking-new-request/booking-new-request-html.html +++ b/default-booking/templates/booking-new-request/booking-new-request-html.html @@ -193,7 +193,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForHoursQuantityWithSeats" "{amount, number, ::.00} {currency} × {units, number} {units, plural, one {hour} other {hours}} x {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency units=units seats=seats}}

+

{{t "BookingNewRequest.PriceForHoursQuantityWithSeats" "{currency} {amount, number, ::.00} × {units, number} {units, plural, one {hour} other {hours}} x {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency units=units seats=seats}}

{{> format-money money=line-total}}

@@ -208,7 +208,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForHoursQuantity" "{amount, number, ::.00} {currency} × {units, number} {units, plural, one {hour} other {hours}}" amount=unit-price.amount currency=unit-price.currency units=quantity}}

+

{{t "BookingNewRequest.PriceForHoursQuantity" "{currency} {amount, number, ::.00} × {units, number} {units, plural, one {hour} other {hours}}" amount=unit-price.amount currency=unit-price.currency units=quantity}}

{{> format-money money=line-total}}

@@ -223,7 +223,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForDaysQuantityWithSeats" "{amount, number, ::.00} {currency} × {units, number} {units, plural, one {day} other {days}} x {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency units=units seats=seats}}

+

{{t "BookingNewRequest.PriceForDaysQuantityWithSeats" "{currency} {amount, number, ::.00} × {units, number} {units, plural, one {day} other {days}} x {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency units=units seats=seats}}

{{> format-money money=line-total}}

@@ -238,7 +238,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForDaysQuantity" "{amount, number, ::.00} {currency} × {units, number} {units, plural, one {day} other {days}}" amount=unit-price.amount currency=unit-price.currency units=quantity}}

+

{{t "BookingNewRequest.PriceForDaysQuantity" "{currency} {amount, number, ::.00} × {units, number} {units, plural, one {day} other {days}}" amount=unit-price.amount currency=unit-price.currency units=quantity}}

{{> format-money money=line-total}}

@@ -253,7 +253,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForNightsQuantityWithSeats" "{amount, number, ::.00} {currency} × {units, number} {units, plural, one {night} other {nights}} x {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency units=units seats=seats}}

+

{{t "BookingNewRequest.PriceForNightsQuantityWithSeats" "{currency} {amount, number, ::.00} × {units, number} {units, plural, one {night} other {nights}} x {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency units=units seats=seats}}

{{> format-money money=line-total}}

@@ -268,7 +268,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForNightsQuantity" "{amount, number, ::.00} {currency} × {units, number} {units, plural, one {night} other {nights}}" amount=unit-price.amount currency=unit-price.currency units=quantity}}

+

{{t "BookingNewRequest.PriceForNightsQuantity" "{currency} {amount, number, ::.00} × {units, number} {units, plural, one {night} other {nights}}" amount=unit-price.amount currency=unit-price.currency units=quantity}}

{{> format-money money=line-total}}

@@ -283,7 +283,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForFixedBookingWithSeats" "{amount, number, ::.00} {currency} × {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency seats=seats}}

+

{{t "BookingNewRequest.PriceForFixedBookingWithSeats" "{currency} {amount, number, ::.00} × {seats, number} {seats, plural, one {seat} other {seats}}" amount=unit-price.amount currency=unit-price.currency seats=seats}}

{{> format-money money=line-total}}

@@ -298,7 +298,7 @@

{{t "Bo -

{{t "BookingNewRequest.PriceForFixedBooking" "{amount, number, ::.00} {currency}" amount=unit-price.amount currency=unit-price.currency}}

+

{{t "BookingNewRequest.PriceForFixedBooking" "{currency} {amount, number, ::.00}" amount=unit-price.amount currency=unit-price.currency}}

{{> format-money money=line-total}}

diff --git a/default-purchase/templates/purchase-order-auto-canceled-from-disputed-provider/purchase-order-auto-canceled-from-disputed-provider-subject.txt b/default-purchase/templates/purchase-order-auto-canceled-from-disputed-provider/purchase-order-auto-canceled-from-disputed-provider-subject.txt index 2887606..cf0bbf9 100644 --- a/default-purchase/templates/purchase-order-auto-canceled-from-disputed-provider/purchase-order-auto-canceled-from-disputed-provider-subject.txt +++ b/default-purchase/templates/purchase-order-auto-canceled-from-disputed-provider/purchase-order-auto-canceled-from-disputed-provider-subject.txt @@ -1 +1 @@ -{{set-translations (asset "content/email-texts.json")}}{{t "PurchaseOrderAutoCanceledFromDisputedProvider.Subject" "An order for {listingTitle} which you disputed was canceled" listingTitle=transaction.listing.title}} \ No newline at end of file +{{set-translations (asset "content/email-texts.json")}}{{t "PurchaseOrderAutoCanceledFromDisputedProvider.Subject" "A disputed order for {listingTitle} was canceled" listingTitle=transaction.listing.title}} \ No newline at end of file