Skip to content

Commit

Permalink
Merge pull request #10863 from nanaya/fix-translation
Browse files Browse the repository at this point in the history
Fix store shipping text
  • Loading branch information
notbakaneko authored Jan 15, 2024
2 parents bb667a0 + fd291bf commit 22e0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/store.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
'title' => 'Your order has been shipped!',
'tracking_details' => 'Tracking details follow:',
'no_tracking_details' => [
'_' => "We don't have tracking details as we sent your package via Air Mail, but you can expect to receive it within 1-3 weeks. For Europe, sometimes customs can delay the order out of our control. If you have any concerns, please reply to the order confirmation email you received :link.",
'_' => "We don't have tracking details as we sent your package via Air Mail, but you can expect to receive it within 1-3 weeks. For Europe, sometimes customs can delay the order out of our control. If you have any concerns, please reply to the order confirmation email you received (or :link).",
'link_text' => 'send us an email',
],
],
Expand Down

0 comments on commit 22e0ba2

Please sign in to comment.