Plugin Directory


Ignore:
Timestamp:
02/02/2026 01:04:42 PM (8 weeks ago)
Author:
brainstormworg
Message:

Update to version 2.5.0 from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sureforms/trunk/inc/fields/gdpr-markup.php

    r3325528 r3452102  
    3434        $this->set_markup_properties();
    3535        $this->set_aria_described_by();
     36
     37        // Translate the default GDPR consent text for frontend display.
     38        if ( 'I consent to have this website store my submitted information so they can respond to my inquiry.' === $this->label ) {
     39            $this->label = __( 'I consent to have this website store my submitted information so they can respond to my inquiry.', 'sureforms' );
     40        }
    3641    }
    3742
Note: See TracChangeset for help on using the changeset viewer.