Skip to content

Commit

Permalink
Dev Text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 24, 2022
1 parent c879b8b commit 2a93100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/LimereplacementfieldsController.php
Expand Up @@ -316,9 +316,9 @@ private function getReplacementFields($fieldtype, $surveyid)
$replFields['EMAIL'] = gT("Participant - Email address");
$replFields['TOKEN'] = gT("Participant - Access code");
$replFields['OPTOUTURL'] = gT("Participant - Opt-out URL");
$replFields['GLOBALOPTOUTURL'] = gT("Participant - Central participant opt-out URL");
$replFields['GLOBALOPTOUTURL'] = gT("Participant - Central participant DB opt-out URL");
$replFields['OPTINURL'] = gT("Participant - Opt-in URL");
$replFields['GLOBALOPTINURL'] = gT("Participant - Central participant opt-in URL");
$replFields['GLOBALOPTINURL'] = gT("Participant - Central participant DB opt-in URL");
$replFields['FIRSTNAME'] = gT("Participant - First name");
$replFields['LASTNAME'] = gT("Participant - Last name");
$replFields['SURVEYNAME'] = gT("Survey title");
Expand Down

0 comments on commit 2a93100

Please sign in to comment.