Skip to content

Commit

Permalink
Dev Text fixes for privacy policy - unified naming
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 30, 2022
1 parent a5a7efd commit ac9184e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -1061,11 +1061,11 @@ private function displayFirstPageIfNeeded()
if ($this->sSurveyMode == 'survey' || $bDisplayFirstPage) {
//Failsave to have a general standard value
if (empty($this->aSurveyInfo['datasecurity_notice_label'])) {
$this->aSurveyInfo['datasecurity_notice_label'] = gT("To continue please first accept our survey data policy.");
$this->aSurveyInfo['datasecurity_notice_label'] = gT("To continue please first accept our survey privacy policy.");
}

if (empty($this->aSurveyInfo['datasecurity_error'])) {
$this->aSurveyInfo['datasecurity_error'] = gT("We are sorry but you can't proceed without first agreeing to our survey data policy.");
$this->aSurveyInfo['datasecurity_error'] = gT("We are sorry but you can't proceed without first agreeing to our survey privacy policy.");
}


Expand Down
2 changes: 1 addition & 1 deletion assets/packages/template-core/template-core.css
Expand Up @@ -268,7 +268,7 @@ table.ls-answers input[type="radio"] {
left: -10000px;
}

/* Align survey policy checkbox to top */
/* Align privacy policy checkbox to top */
#datasecurity_accepted {
vertical-align: top;
}
Expand Down

0 comments on commit ac9184e

Please sign in to comment.