Skip to content

Commit

Permalink
Merge pull request #5026 from NuGet/ryuyu-remove-extra-ownersupporttext
Browse files Browse the repository at this point in the history
Remove extra copyright text from owner support request page.
  • Loading branch information
ryuyu authored Nov 17, 2017
2 parents 9995d9d + 6acdc28 commit b1f6db9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/NuGetGallery/Views/Packages/ReportMyPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@
<div id="form-field-message" class="form-group @Html.HasErrorFor(m => m.Message)">
@Html.ShowLabelFor(m => m.Message)
<p>
Please provide a detailed description of the problem. <span class="infringement-claim-requirements">
If you are reporting copyright infringment, please describe the copyrighted material with
particularity and provide us with information about your copyright (i.e. title of copyrighted
work, URL where to view your copyrighted work, description of your copyrighted work, and any
copyright registrations you may have, etc.). For trademark infringement, include the name of
your trademark, registration number, and country where registered.</span>
Please provide a detailed description of the problem.
</p>
@Html.ShowTextAreaFor(m => m.Message, 10, 50)
@Html.ShowValidationMessagesFor(m => m.Message)
Expand Down

0 comments on commit b1f6db9

Please sign in to comment.