...
 
Commits (2)
......@@ -59,7 +59,8 @@
<div class="m-report-creator--copyright" *ngIf="next && subject.value === 10">
<p i18n="@@REPORT__CREATOR__DMCA_NOTICE">
Please submit a DMCA notice to copyright@minds.com.
Please submit a <a routerLink="/p/dmca" target="_blank">DMCA notice</a> to
copyright@minds.com.
</p>
</div>
......
......@@ -88,7 +88,7 @@ export const REASONS: Array<any> = [
},
{
value: 10,
label: 'Infringes my copyright',
label: 'Violates copyright',
hasMore: true,
},
{
......