From 14e5d6b3ea4120a17f0047aaf0f9ae9e8e3e8786 Mon Sep 17 00:00:00 2001 From: Julia Amosova Date: Fri, 18 Oct 2019 14:44:47 +0100 Subject: [PATCH] Capitalize `T` in `Move to trash` on order page --- includes/admin/meta-boxes/class-wc-meta-box-order-actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php b/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php index c47eaa7af13..41fd238c020 100644 --- a/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php +++ b/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php @@ -62,7 +62,7 @@ class WC_Meta_Box_Order_Actions { if ( ! EMPTY_TRASH_DAYS ) { $delete_text = __( 'Delete permanently', 'woocommerce' ); } else { - $delete_text = __( 'Move to trash', 'woocommerce' ); + $delete_text = __( 'Move to Trash', 'woocommerce' ); } ?>