Skip to content

Commit

Permalink
Dev: Small text fixes (CintLink)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 26, 2016
1 parent 60adcfb commit 9e67411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/core/plugins/CintLink/CintLink.php
Expand Up @@ -1361,11 +1361,11 @@ public function getTourTexts()
);
$texts['sidemenu'] = array(
'title' => $this->gT('Side-menu'),
'content' => $this->gT('Your orders will also be listed here')
'content' => $this->gT('Your orders will also be listed here.')
);
$texts['activate'] = array(
'title' => $this->gT('Activate survey'),
'content' => $this->gT('Before ordering participants from Cint you should make sure your survey is <b>completed</b> and <b>activated</b>', 'js')
'content' => $this->gT('Before ordering participants from Cint you should make sure your survey is <b>completed</b> and <b>activated</b>. It is <i>not</i> allowed to change the survey once it is reviewed by Cint!', 'js')
);

return json_encode(array('result' => $texts));
Expand Down

0 comments on commit 9e67411

Please sign in to comment.