Skip to content

Commit

Permalink
Add missing "in"
Browse files Browse the repository at this point in the history
  • Loading branch information
james-allan committed Jan 19, 2024
1 parent 1c1b3a0 commit 740717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/settings/payments-and-transactions-section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const PaymentsAndTransactionsSection = () => {
<TextControl
help={ interpolateComponents( {
mixedString: __(
"We'll use the shortened descriptor in combination with the customer order number. You can change the shortened description your {{settingsLink}}Stripe account settings{{/settingsLink}}.",
"We'll use the shortened descriptor in combination with the customer order number. You can change the shortened description in your {{settingsLink}}Stripe account settings{{/settingsLink}}.",
'woocommerce-gateway-stripe'
),
components: {
Expand Down

0 comments on commit 740717a

Please sign in to comment.