Skip to content

Commit

Permalink
Fix classname.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Nov 20, 2024
1 parent 2bd0464 commit 2750a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<span class="screen-reader-text">Close modal panel</span>
</button>
</header>
<article class="germanized-shipments germanized-create-label" data-shipment-type="<?php echo esc_attr( $shipment->get_type() ); ?>">
<article class="germanized-shipments shipments-create-label" data-shipment-type="<?php echo esc_attr( $shipment->get_type() ); ?>">
<div class="notice-wrapper"></div>

<form action="" method="post" class="wc-gzd-create-shipment-label-form">
Expand Down

0 comments on commit 2750a05

Please sign in to comment.