Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Commit b665a18

Browse files
committed
Privacy: Add more missing text domains
1 parent d5f25ed commit b665a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/privacy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function attendee_personal_data_exporter( $email_address, $page ) {
178178
if ( ! empty( $attendee_data_to_export ) ) {
179179
$data_to_export[] = array(
180180
'group_id' => 'camptix-attendee',
181-
'group_label' => __( 'CampTix Attendee Data' ),
181+
'group_label' => __( 'CampTix Attendee Data', 'camptix' ),
182182
'item_id' => "camptix-attendee-{$post->ID}",
183183
'data' => $attendee_data_to_export,
184184
);

0 commit comments

Comments
 (0)