Skip to content

Commit

Permalink
[n/a] Remove bid-specific text from View Order page (#793)
Browse files Browse the repository at this point in the history
* [n/a] Remove bid-specific text

* [n/a] Remove translation from period

Co-authored-by: Brian DiChiara <[email protected]>

---------

Co-authored-by: Brian DiChiara <[email protected]>
  • Loading branch information
clatwell and bd-viget authored Mar 18, 2024
1 parent a459cfb commit b4d05a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@
?>
<h3><?php esc_html_e( 'Need Help?', 'goodbids' ); ?></h3>

<p><a href="<?php echo esc_url( goodbids()->support->get_form_url( $request_args ) ); ?>"><?php esc_html_e( 'Submit a support request', 'goodbids' ); ?></a> <?php esc_html_e( 'to', 'goodbids' ); ?> <?php echo esc_html( $nonprofit->get_name() ); ?> <?php esc_html_e( 'for this bid.', 'goodbids' ); ?></p>
<p><a href="<?php echo esc_url( goodbids()->support->get_form_url( $request_args ) ); ?>"><?php esc_html_e( 'Submit a support request', 'goodbids' ); ?></a> <?php esc_html_e( 'to', 'goodbids' ); ?> <?php echo esc_html( $nonprofit->get_name() ); ?>.</p>

0 comments on commit b4d05a9

Please sign in to comment.