From afd63e1198c5c7d7f6dd6c9057f176d9b007242f Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 20 Jun 2016 14:56:36 -0500 Subject: [PATCH] oops: Add missing echo Fixes #3194 --- include/staff/templates/dynamic-field-config.tmpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/templates/dynamic-field-config.tmpl.php b/include/staff/templates/dynamic-field-config.tmpl.php index 0e8d7c835..ade2875e0 100644 --- a/include/staff/templates/dynamic-field-config.tmpl.php +++ b/include/staff/templates/dynamic-field-config.tmpl.php @@ -99,7 +99,7 @@ <hr class="faded"/> <div class="span4"> - <div style="margin-bottom:5px"><strong><?php __('Data Integrity'); + <div style="margin-bottom:5px"><strong><?php echo __('Data Integrity'); ?></strong> <i class="help-tip icon-question-sign" data-title="<?php echo __('Required to close a thread'); ?>" -- GitLab