Skip to content

Commit

Permalink
Fixed issue #13269: Tutorial - Create a sample question and question …
Browse files Browse the repository at this point in the history
…group
  • Loading branch information
lacrioque committed Feb 2, 2018
1 parent 54e5d0e commit 1d61d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/LsDefaultDataSets.php
Expand Up @@ -406,7 +406,7 @@ public static function getTutorialEntryData()
'teid' => 5,
'ordering' => 5,
'title' => gT('Create a sample question and question group'),
'content' => gT("We will be creating a question group and a question in this tutorial. There is need to automatically create it."),
'content' => gT("We will be creating a question group and a question in this tutorial. There is need to automatically create them."),
'settings' => json_encode(array(
'element' => '.bootstrap-switch-id-createsample',
'path' => ['/admin/survey/sa/newsurvey'],
Expand Down

0 comments on commit 1d61d24

Please sign in to comment.