We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d301d61 commit 9653412Copy full SHA for 9653412
web/templates/admin/edit_mail.html
@@ -98,7 +98,7 @@
98
<td class="input-label vst-text">
99
<span class="alert alert-info alert-with-icon">
100
<i class="fas fa-exclamation"></i>
101
- <?=__("Let's Encrypt for mail needs a dns record for mail.$v_domain and webmail.$v_domain!")?><br/>
+ <?=__("Let's Encrypt for mail needs a dns record for mail.$v_domain and $v_webmail_alias.$v_domain!")?><br/>
102
</span>
103
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letsencrypt == 'yes' || $v_letencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.MAIL.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
104
</td>
0 commit comments