diff --git a/changelog/fix-10245-update-texts b/changelog/fix-10245-update-texts
new file mode 100644
index 00000000000..7571eb8b155
--- /dev/null
+++ b/changelog/fix-10245-update-texts
@@ -0,0 +1,4 @@
+Significance: patch
+Type: update
+
+Change wording for Sales Channel, Online Store, In-Person, and In-Person (POS)
diff --git a/client/payment-details/order-details/test/__snapshots__/index.test.tsx.snap b/client/payment-details/order-details/test/__snapshots__/index.test.tsx.snap
index c47c8a24cf1..a47a9d9bc8e 100644
--- a/client/payment-details/order-details/test/__snapshots__/index.test.tsx.snap
+++ b/client/payment-details/order-details/test/__snapshots__/index.test.tsx.snap
@@ -143,13 +143,13 @@ exports[`Order details page should match the snapshot - Charge without payment i
- Channel
+ Sales channel
- Online
+ Online store
diff --git a/client/payment-details/summary/__tests__/__snapshots__/index.test.js.snap b/client/payment-details/summary/__tests__/__snapshots__/index.test.js.snap
index bef8e47cc0d..e68d58a2673 100644
--- a/client/payment-details/summary/__tests__/__snapshots__/index.test.js.snap
+++ b/client/payment-details/summary/__tests__/__snapshots__/index.test.js.snap
@@ -152,13 +152,13 @@ exports[`PaymentDetailsSummary capture notification and fraud buttons renders ca
- Channel
+ Sales channel
- Online
+ Online store
@@ -508,13 +508,13 @@ exports[`PaymentDetailsSummary capture notification and fraud buttons renders th
- Channel
+ Sales channel
- Online
+ Online store
@@ -868,13 +868,13 @@ exports[`PaymentDetailsSummary correctly renders a charge 1`] = `
- Channel
+ Sales channel
- Online
+ Online store
@@ -1179,13 +1179,13 @@ exports[`PaymentDetailsSummary correctly renders when payment intent is missing
- Channel
+ Sales channel
- Online
+ Online store
@@ -1504,13 +1504,13 @@ exports[`PaymentDetailsSummary order missing notice does not render notice if or
- Channel
+ Sales channel
- Online
+ Online store
@@ -1829,13 +1829,13 @@ exports[`PaymentDetailsSummary order missing notice renders notice if order miss
- Channel
+ Sales channel
- Online
+ Online store
@@ -2177,13 +2177,13 @@ exports[`PaymentDetailsSummary renders a charge with subscriptions 1`] = `
- Channel
+ Sales channel
- Online
+ Online store
@@ -2506,13 +2506,13 @@ exports[`PaymentDetailsSummary renders fully refunded information for a charge 1
- Channel
+ Sales channel
- Online
+ Online store
@@ -2774,13 +2774,13 @@ exports[`PaymentDetailsSummary renders loading state 1`] = `
- Channel
+ Sales channel
- Online
+ Online store
@@ -3078,13 +3078,13 @@ exports[`PaymentDetailsSummary renders partially refunded information for a char
- Channel
+ Sales channel
- Online
+ Online store
@@ -3403,7 +3403,7 @@ exports[`PaymentDetailsSummary renders the Tap to Pay channel from metadata 1`]
- Channel
+ Sales channel
- Channel
+ Sales channel
- Online
+ Online store
diff --git a/client/payment-details/summary/index.tsx b/client/payment-details/summary/index.tsx
index 6525acbba08..4b2844f519a 100644
--- a/client/payment-details/summary/index.tsx
+++ b/client/payment-details/summary/index.tsx
@@ -120,7 +120,7 @@ const composePaymentSummaryItems = ( {
: '–',
},
{
- title: __( 'Channel', 'woocommerce-payments' ),
+ title: __( 'Sales channel', 'woocommerce-payments' ),
content: (
{ isTapToPay( metadata?.reader_model )
diff --git a/client/payment-details/test/__snapshots__/index.test.tsx.snap b/client/payment-details/test/__snapshots__/index.test.tsx.snap
index 09c09a45eaa..d0b0d4eb721 100644
--- a/client/payment-details/test/__snapshots__/index.test.tsx.snap
+++ b/client/payment-details/test/__snapshots__/index.test.tsx.snap
@@ -656,13 +656,13 @@ exports[`Payment details page should match the snapshot - Payment Intent query p
- Channel
+ Sales channel
- Online
+ Online store
diff --git a/client/transactions/filters/config.ts b/client/transactions/filters/config.ts
index 8485dbe771d..45a53ca2859 100644
--- a/client/transactions/filters/config.ts
+++ b/client/transactions/filters/config.ts
@@ -442,43 +442,46 @@ export const getAdvancedFilters = (
},
channel: {
labels: {
- add: __( 'Channel', 'woocommerce-payments' ),
+ add: __( 'Sales channel', 'woocommerce-payments' ),
remove: __(
- 'Remove transaction channel filter',
+ 'Remove transaction sales channel filter',
'woocommerce-payments'
),
rule: __(
- 'Select a transaction channel filter match',
+ 'Select a transaction sales channel filter match',
'woocommerce-payments'
),
- /* translators: A sentence describing a Transaction Channel filter. */
title:
wooCommerceVersion < 7.8
? __(
- '{{title}}Channel{{/title}} {{rule /}} {{filter /}}',
+ '{{title}}Sales channel{{/title}} {{rule /}} {{filter /}}',
'woocommerce-payments'
)
: __(
- '