Skip to content

Commit

Permalink
Fixed issue #T1382: Survey lists - Survey theme modal (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Oct 5, 2021
1 parent 6e5ab7e commit bb3bb61
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@
'showSelected' => 'yes',
'selectedUrl' => App()->createUrl('/surveyAdministration/renderItemsSelected/'),
'keepopen' => 'yes',
'sModalTitle' => gT('Set survey theme'),
'sModalTitle' => gT('Apply survey theme'),
'htmlModalBody' => $this->controller->renderFile(__DIR__.'/_select_survey_theme.php', array(), true),
),

Expand Down

0 comments on commit bb3bb61

Please sign in to comment.