Make no order notes label more generic

To account for it being displayed on custom order type Add/Edit screens
where the order type is not referred to as an 'Order' (e.g. a 'Subscription',
'Refund' or 'Pre-order').
This commit is contained in:
Brent Shepherd 2014-11-26 13:35:17 -08:00 committed by thenbrent
parent ac42a29520
commit 1f2375f7e4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class WC_Meta_Box_Order_Notes {
}
} else {
echo '<li>' . __( 'There are no notes for this order yet.', 'woocommerce' ) . '</li>';
echo '<li>' . __( 'There are no notes yet.', 'woocommerce' ) . '</li>';
}
echo '</ul>';