Skip to content
Snippets Groups Projects
Commit 085af44a authored by Peter Rotich's avatar Peter Rotich
Browse files

i18n: Fix translation string

parent 301983a9
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 __('Name, Email'. PHP_EOL. ' John Doe, john.doe@osticket.com'); ?>">
placeholder="<?php echo sprintf('%s %s%s', __('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