Orders panel: translate fulfillment button text on order card.
This commit is contained in:
parent
44b77c8e06
commit
251c943b2a
|
@ -146,7 +146,7 @@ function OrdersPanel( { orders, isRequesting, isError } ) {
|
|||
isDefault
|
||||
href={ getAdminLink( 'post.php?action=edit&post=' + order.id ) }
|
||||
>
|
||||
Begin fulfillment
|
||||
{ __( 'Begin fulfillment' ) }
|
||||
</Button>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue