Skip to content
Snippets Groups Projects
Unverified Commit db132732 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4651 from aydreeihn/issue/user-import-instructions

Clarify User Import Instructions
parents 2fd4a421 5fd32d23
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment