Skip to content
Snippets Groups Projects
Commit ed40bb76 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fixup wording for unregistered email rejection config

parent 3c4cf8d7
No related branches found
No related tags found
No related merge requests found
...@@ -118,10 +118,10 @@ if(!defined('OSTADMININC') || !$thisstaff || !$thisstaff->isAdmin() || !$config) ...@@ -118,10 +118,10 @@ if(!defined('OSTADMININC') || !$thisstaff || !$thisstaff->isAdmin() || !$config)
</td> </td>
</tr> </tr>
<tr> <tr>
<td width="180">Accept Unregistered Email:</td> <td width="180">Accept All Emails:</td>
<td><input type="checkbox" name="accept_unregistered_email" <?php <td><input type="checkbox" name="accept_unregistered_email" <?php
echo $config['accept_unregistered_email'] ? 'checked="checked"' : ''; ?>/> echo $config['accept_unregistered_email'] ? 'checked="checked"' : ''; ?>/>
Allow emailed tickets from clients without an account Accept email from unknown Clients
</tr> </tr>
<tr> <tr>
<td width="180">Accept Email Collaborators:</td> <td width="180">Accept Email Collaborators:</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment