Orders panel: translate fulfillment button text on order card.

This commit is contained in:
Jeff Stieler 2018-11-30 15:31:04 -07:00
parent 44b77c8e06
commit 251c943b2a
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function OrdersPanel( { orders, isRequesting, isError } ) {
isDefault
href={ getAdminLink( 'post.php?action=edit&post=' + order.id ) }
>
Begin fulfillment
{ __( 'Begin fulfillment' ) }
</Button>
}
>