Skip to content

Commit

Permalink
stic-custom and date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ainaraRT committed Sep 20, 2024
1 parent a6c10a6 commit 982f241
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions modules/Surveys/Entry/Thanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$surveyName = !empty($_REQUEST['name']) ? $_REQUEST['name'] : 'Survey';

// STIC - ART - Thank you message in surveys
// STIC-Custom 20240814 ART - Thank you message in surveys
// https://github.com/SinergiaTIC/SinergiaCRM/pull/339
$surveyThanks = translate('LBL_SURVEY_THANKS', 'Surveys');
// END STIC
// END STIC-Custom
?>

<!DOCTYPE html>
Expand All @@ -27,11 +27,11 @@
<div class="row well">
<div class="col-md-offset-2 col-md-8">
<h1><?= $surveyName; ?></h1>
<!-- STIC - ART - Thank you message in surveys -->
<!-- STIC-Custom 20240814 ART - Thank you message in surveys -->
<!-- https://github.com/SinergiaTIC/SinergiaCRM/pull/339 -->
<!-- <p>Thanks for completing this survey.</p> -->
<p><?= $surveyThanks; ?></p>
<!-- END STIC -->
<!-- END STIC-Custom -->
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions modules/Surveys/language/ca_ES.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
'LBL_SUBMIT' => 'Envia',
'LBL_STARS' => 'Estrelles',

// STIC - ART - Thank you message in surveys
// STIC-Custom 20240814 ART - Thank you message in surveys
// https://github.com/SinergiaTIC/SinergiaCRM/pull/339
'LBL_SURVEY_THANKS' => 'Gràcies per completar aquesta enquesta.',
// END STIC
// END STIC-Custom
);
4 changes: 2 additions & 2 deletions modules/Surveys/language/en_us.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
'LBL_SUBMIT' => 'Submit',
'LBL_STARS' => 'Stars',

// STIC - ART - Thank you message in surveys
// STIC-Custom 20240814 ART - Thank you message in surveys
// https://github.com/SinergiaTIC/SinergiaCRM/pull/339
'LBL_SURVEY_THANKS' => 'Thanks for completing this survey.',
// END STIC
// END STIC-Custom
);
4 changes: 2 additions & 2 deletions modules/Surveys/language/es_ES.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
'LBL_SUBMIT' => 'Enviar',
'LBL_STARS' => 'Estrellas',

// STIC - ART - Thank you message in surveys
// STIC-Custom 20240814 ART - Thank you message in surveys
// https://github.com/SinergiaTIC/SinergiaCRM/pull/339
'LBL_SURVEY_THANKS' => 'Gracias por completar esta encuesta.',
// END STIC
// END STIC-Custom
);
4 changes: 2 additions & 2 deletions modules/Surveys/language/gl_ES.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
'LBL_SUBMIT' => 'Enviar',
'LBL_STARS' => 'Estrelas',

// STIC - ART - Thank you message in surveys
// STIC-Custom 20240814 ART - Thank you message in surveys
// https://github.com/SinergiaTIC/SinergiaCRM/pull/339
'LBL_SURVEY_THANKS' => 'Grazas por completar esta enquisa.',
// END STIC
// END STIC-Custom
);

0 comments on commit 982f241

Please sign in to comment.