diff --git wordcamp.org/public_html/wp-content/plugins/wc-post-types/views/sponsors/metabox-sponsor-info.php wordcamp.org/public_html/wp-content/plugins/wc-post-types/views/sponsors/metabox-sponsor-info.php
index 9bbd174a..d022a3b2 100644
|
|
|
204 | 204 | id="_wcpt_sponsor_state" |
205 | 205 | name="_wcpt_sponsor_state" |
206 | 206 | value="<?php echo esc_attr( $state ); ?>" |
207 | | required |
208 | 207 | /> |
209 | 208 | |
210 | | <?php $this->render_form_field_required_indicator(); ?> |
| 209 | <span class="description"> |
| 210 | <?php esc_html_e( 'Only necessary if your country uses states or provinces', 'wordcamporg' ); ?> |
| 211 | </span> |
211 | 212 | </li> |
212 | 213 | |
213 | 214 | <li> |