Skip to content

Commit

Permalink
Fixed issue #16155: Correct terminology (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmantysalo committed Apr 20, 2020
1 parent 1c35596 commit 916ca4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions application/controllers/admin/themeoptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ private function updateCommon(TemplateConfiguration $model, $sid = null, $gsid =
$aData['surveybar']['buttons']['view'] = true;
$aData['surveybar']['savebutton']['form'] = true;
$aData['surveyid'] = $sid;
$aData['title_bar']['title'] = gT("Survey template options");
$aData['subaction'] = gT("Survey template options");
$aData['title_bar']['title'] = gT("Survey theme options");
$aData['subaction'] = gT("Survey theme options");
}

$this->_renderWrappedTemplate('themeoptions', 'update', $aData);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ function checkSelect2Languages(mylangs) {
<!-- Template -->

<div class="form-group">
<label class=" control-label" for='template'><?php eT("Template:"); ?></label>
<label class=" control-label" for='template'><?php eT("Theme:"); ?></label>
<div class="">
<select id='template' class="form-control" name='template' data-updateurl='<?php echo App()->createUrl('/admin/themeoptions/sa/getpreviewtag') ?>' data-inherit-template-name='<?php echo $oSurveyOptions->template?>'>
<?php if ($bShowInherited){ ?>
Expand Down

0 comments on commit 916ca4a

Please sign in to comment.