Skip to content
Snippets Groups Projects
Commit 29e53ac9 authored by Thomas-Louis Laforest's avatar Thomas-Louis Laforest
Browse files

Typo error missing a parenteses

parent 11663e3b
No related branches found
No related tags found
No related merge requests found
......@@ -868,7 +868,7 @@ if ($errors['err'] && isset($_POST['a'])) {
<a class="close" href=""><i class="icon-remove-circle"></i></a>
<hr/>
<p class="confirm-action" style="display:none;" id="claim-confirm">
<?php echo sprintf(__('Are you sure you want to <b>claim</b> (self assign) %s?'), __('this ticket');?>
<?php echo sprintf(__('Are you sure you want to <b>claim</b> (self assign) %s?'), __('this ticket'));?>
</p>
<p class="confirm-action" style="display:none;" id="answered-confirm">
<?php echo __('Are you sure you want to flag the ticket as <b>answered</b>?');?>
......
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