Fix small typo in ticket overview page

pull/843/head
mhann 8 years ago committed by GitHub
parent 964c120798
commit 0773aafb89

@ -57,7 +57,7 @@
<div><strong>Type:</strong> @StringHelper.ToCamelCaseWords(issue.Issue.ToString())</div>
<div><strong>User Reported:</strong> @issue.UserReported</div>
<div><strong>User Note:</strong> @issue.UserNote</div>
<div><strong>Admin Note:</strong>@issue.AdminNote</div>
<div><strong>Admin Note:</strong> @issue.AdminNote</div>
</div>
@if (isAdmin)
{

Loading…
Cancel
Save