You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pdf-forms-for-woocommerce.php
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -691,7 +691,7 @@ public function display_order_metabox()
691
691
array(
692
692
'reset-settings-instructions' => __( "Product settings are stored in orders when they are created. Resetting settings is necessary when new product settings need to be applied to an old order.", 'pdf-forms-for-woocommerce' ),
'reset-pdfs-instructions' => __( "PDFs are refilled when orders status changes. Sometimes you may want to manually trigger PDFs to be refilled after changing some aspect of your order, such as the billing address.", 'pdf-forms-for-woocommerce' ),
694
+
'reset-pdfs-instructions' => __( "PDFs are refilled when orders status changes. Sometimes you may want to manually trigger PDFs to be refilled after changing some aspect of the order, such as the billing address.", 'pdf-forms-for-woocommerce' ),
'__Confirm_Delete_Attachment' => __( 'Are you sure you want to delete this file? This will delete field mappings and image embeds associated with this file.', 'pdf-forms-for-woocommerce' ),
@@ -2395,12 +2395,8 @@ public function admin_enqueue_scripts( $hook )
0 commit comments