mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Merge pull request #843 from mhann/dev
Fix small typo in ticket overview page
This commit is contained in:
commit
2d7ded325f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue