|
143 | 143 | <td> |
144 | 144 | <div class="convertkit-select2-container convertkit-select2-container-grid"> |
145 | 145 | <select name="wp-convertkit[restrict_content]" id="wp-convertkit-restrict_content" class="convertkit-select2"> |
146 | | - <option value="0"<?php selected( '', $convertkit_post->get_restrict_content() ); ?> data-preserve-on-refresh="1"><?php esc_html_e( 'Don\'t restrict content to members only.', 'convertkit' ); ?></option> |
| 146 | + <option value="0"<?php selected( '', $convertkit_post->get_restrict_content() ); ?> data-preserve-on-refresh="1"><?php esc_html_e( 'Don\'t restrict content to member-only.', 'convertkit' ); ?></option> |
147 | 147 |
|
148 | 148 | <optgroup label="<?php esc_attr_e( 'Forms', 'convertkit' ); ?>" data-resource="forms"> |
149 | 149 | <?php |
|
192 | 192 | <span class="dashicons dashicons-update"></span> |
193 | 193 | </button> |
194 | 194 | <p class="description"> |
195 | | - <?php esc_html_e( 'Select the Kit form, tag or product that the visitor must be subscribed to, permitting them access to view this members only content.', 'convertkit' ); ?> |
| 195 | + <?php esc_html_e( 'Select the Kit form, tag or product that the visitor must be subscribed to, permitting them access to view this member-only content.', 'convertkit' ); ?> |
196 | 196 | <br /> |
197 | 197 | <code><?php esc_html_e( 'Form', 'convertkit' ); ?></code> |
198 | | - <?php esc_html_e( ': Displays the Kit form. On submission, the email address will be subscribed to the selected form, granting access to the members only content. Useful to gate free content in return for an email address.', 'convertkit' ); ?> |
| 198 | + <?php esc_html_e( ': Displays the Kit form. On submission, the email address will be subscribed to the selected form, granting access to the member-only content. Useful to gate free content in return for an email address.', 'convertkit' ); ?> |
199 | 199 | <br /> |
200 | 200 | <code><?php esc_html_e( 'Tag', 'convertkit' ); ?></code> |
201 | | - <?php esc_html_e( ': Displays a WordPress styled subscription form. On submission, the email address will be subscribed to the selected tag, granting access to the members only content. Useful to gate free content in return for an email address.', 'convertkit' ); ?> |
| 201 | + <?php esc_html_e( ': Displays a WordPress styled subscription form. On submission, the email address will be subscribed to the selected tag, granting access to the member-only content. Useful to gate free content in return for an email address.', 'convertkit' ); ?> |
202 | 202 | <br /> |
203 | 203 | <code><?php esc_html_e( 'Product', 'convertkit' ); ?></code> |
204 | 204 | <?php esc_html_e( ': Displays a link to the Kit product, and a login form. Useful to gate content that can only be accessed by purchasing the Kit product.', 'convertkit' ); ?> |
|
0 commit comments