From c7df80c65eceac3121ea21bb3cdc6a8fd9dcc070 Mon Sep 17 00:00:00 2001 From: Bryan <bryanmuschter@hotmail.com> Date: Sun, 10 May 2015 20:49:37 -0400 Subject: [PATCH] include: Fix typo --- include/staff/profile.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/profile.inc.php b/include/staff/profile.inc.php index e9779b0e9..f94f2b472 100644 --- a/include/staff/profile.inc.php +++ b/include/staff/profile.inc.php @@ -176,7 +176,7 @@ $info['id']=$staff->getId(); } ?> </select> - <em><?php echo __('(This can be selectected when replying to a ticket)');?></em> + <em><?php echo __('(This can be selected when replying to a ticket)');?></em> <span class="error"> <?php echo $errors['default_signature_type']; ?></span> </td> </tr> -- GitLab