| @@ -21,17 +21,17 @@ | ||
| 21 | 21 | <img class="give-blank-slate__image" src="<?php echo esc_url( $content['image_url'] ); ?>" alt="<?php echo esc_attr( $content['image_alt'] ); ?>"> |
| 22 | 22 | <?php endif; ?> |
| 23 | 23 | |
| 24 | 24 | <?php if ( ! empty( $content['heading'] ) ) : ?> |
| 25 | - <h2 class="give-blank-slate__heading"><?php esc_html_e( $content['heading'] ); ?></h2> | |
| 25 | + <h2 class="give-blank-slate__heading"><?php esc_html_e( $content['heading'], 'give' ); ?></h2> | |
| 26 | 26 | <?php endif; ?> |
| 27 | 27 | |
| 28 | 28 | <?php if ( ! empty( $content['message'] ) ) : ?> |
| 29 | - <p class="give-blank-slate__message"><?php esc_html_e( $content['message'] ); ?></p> | |
| 29 | + <p class="give-blank-slate__message"><?php esc_html_e( $content['message'], 'give' ); ?></p> | |
| 30 | 30 | <?php endif; ?> |
| 31 | 31 | |
| 32 | - <?php if ( ! empty( $content['cta_text']) && ! empty( $content['cta_link'] ) ) : ?> | |
| 33 | - <a class="give-blank-slate__cta button button-primary" href="<?php echo esc_url( $content['cta_link'] ); ?>"><?php esc_html_e( $content['cta_text'] ); ?></a> | |
| 32 | + <?php if ( ! empty( $content['cta_text'] ) && ! empty( $content['cta_link'] ) ) : ?> | |
| 33 | + <a class="give-blank-slate__cta button button-primary" href="<?php echo esc_url( $content['cta_link'] ); ?>"><?php esc_html_e( $content['cta_text'], 'give' ); ?></a> | |
| 34 | 34 | <?php endif; ?> |
| 35 | 35 | |
| 36 | 36 | <?php if ( ! empty( $content['help'] ) ) : ?> |
| 37 | 37 | <p class="give-blank-slate__help"> |