Skip to content

Commit

Permalink
Fixed issue #13378: missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Feb 19, 2018
1 parent ab09084 commit b248056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/surveymenu_entries/_form.php
Expand Up @@ -165,7 +165,7 @@
</div>
<div class="modal-footer">
<?php echo TbHtml::submitButton(($model->isNewRecord ? gT('Create') : gT('Save')), array('color' => TbHtml::BUTTON_COLOR_SUCCESS)); ?>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-danger" data-dismiss="modal"><?=gT('Close')?></button>
</div>

<?php $this->endWidget(); ?>
Expand Down

0 comments on commit b248056

Please sign in to comment.