Skip to content

Commit

Permalink
Standarized “Terms & Conditions” -> “Terms and Conditions” EXCEPT for…
Browse files Browse the repository at this point in the history
… on metabox tab because it bumps to two lines #1510
  • Loading branch information
Devin Walker committed Feb 23, 2017
1 parent f5edd4d commit ae5cbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/admin/forms/class-metabox-form-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function get_settings() {
'fields' => apply_filters( 'give_forms_terms_options_metabox_fields', array(
// Donation Option
array(
'name' => esc_html__( 'Terms & Conditions', 'give' ),
'name' => esc_html__( 'Terms and Conditions', 'give' ),
'description' => esc_html__( 'Do you want to require the donor to accept terms prior to being able to complete their donation?', 'give' ),
'id' => $prefix . 'terms_option',
'type' => 'radio_inline',
Expand Down Expand Up @@ -508,7 +508,7 @@ function get_settings() {
'name' => 'terms_docs',
'type' => 'docs_link',
'url' => 'http://docs.givewp.com/form-terms',
'title' => esc_html__( 'Terms & Conditions', 'give' ),
'title' => esc_html__( 'Terms and Conditions', 'give' ),
),
),
$post_id
Expand Down

0 comments on commit ae5cbc6

Please sign in to comment.