diff --git a/include/staff/ticket-view.inc.php b/include/staff/ticket-view.inc.php index 0d77e61085956ada27258e68a688317a684c1775..d67243af734c466eebb31a264a53d013fe3356c0 100644 --- a/include/staff/ticket-view.inc.php +++ b/include/staff/ticket-view.inc.php @@ -537,7 +537,7 @@ if(!$cfg->showNotesInline()) { ?> <span class="error">* <?php echo $errors['note']; ?></span></div> <textarea name="note" id="internal_note" cols="80" rows="9" wrap="soft"><?php echo $info['note']; ?></textarea><br> <div> - <span class="faded">Note title - summarry of the note (optional)</span> + <span class="faded">Note title - summary of the note (optional)</span> <span class="error" <?php echo $errors['title']; ?></span> </div> <input type="text" name="title" id="title" size="60" value="<?php echo $info['title']; ?>" >