Skip to content
Snippets Groups Projects
Commit 5fd32d23 authored by aydreeihn's avatar aydreeihn
Browse files

Clarify User Import Instructions

This commit updates the instructions for User imports letting the Agent know they should type 'Name, Email' on the first line and then put each new User Name/Email on the following lines to import Users.
parent 2fd4a421
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ if ($org_id) { ?>
'To import more other fields, use the Upload tab.'); ?></em>
</p>
<textarea name="pasted" style="display:block;width:100%;height:8em"
placeholder="<?php echo __('e.g. John Doe, john.doe@osticket.com'); ?>">
placeholder="<?php echo __('Name, Email'. PHP_EOL. ' John Doe, john.doe@osticket.com'); ?>">
<?php echo $info['pasted']; ?>
</textarea>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment