Skip to content

Commit

Permalink
Fixed issue #13453: Small display issue in email global settings
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 8, 2018
1 parent 480d389 commit 49a6aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/global_settings/_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<label class=" control-label" for="emailsmtphost"><?php eT("SMTP host:"); ?></label>
<div class="">
<input class="form-control" type='text' size='50' id='emailsmtphost' name='emailsmtphost' value="<?php echo htmlspecialchars(getGlobalSetting('emailsmtphost')); ?>" />
<p class="help-block"><?php printf(eT("Enter your hostname and port, e.g.: %s"),"smtp.example.org:25"); ?></p>
<p class="help-block"><?php printf(gT("Enter your hostname and port, e.g.: %s"),"smtp.example.org:25"); ?></p>
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit 49a6aef

Please sign in to comment.