aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-07-27 23:10:07 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-08-04 21:20:46 +0200
commit830c762bb67ff150ebaef2e603513ce7dd48faa2 (patch)
tree97a9c2011793305d3167c7efd4ca13e141663346 /client
parent6863f814b06e4af92fd19bef23e6bd4b259988fa (diff)
downloadPeerTube-830c762bb67ff150ebaef2e603513ce7dd48faa2.tar.gz
PeerTube-830c762bb67ff150ebaef2e603513ce7dd48faa2.tar.zst
PeerTube-830c762bb67ff150ebaef2e603513ce7dd48faa2.zip
reword intellectual property
fixes #3010
Diffstat (limited to 'client')
-rw-r--r--client/src/app/shared/shared-abuse-list/abuse-details.component.ts2
-rw-r--r--client/src/app/shared/shared-moderation/abuse.service.ts4
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/shared-abuse-list/abuse-details.component.ts b/client/src/app/shared/shared-abuse-list/abuse-details.component.ts
index cdd4bf2c8..0e872079a 100644
--- a/client/src/app/shared/shared-abuse-list/abuse-details.component.ts
+++ b/client/src/app/shared/shared-abuse-list/abuse-details.component.ts
@@ -25,7 +25,7 @@ export class AbuseDetailsComponent {
25 hatefulOrAbusive: this.i18n('Hateful or Abusive'), 25 hatefulOrAbusive: this.i18n('Hateful or Abusive'),
26 spamOrMisleading: this.i18n('Spam or Misleading'), 26 spamOrMisleading: this.i18n('Spam or Misleading'),
27 privacy: this.i18n('Privacy'), 27 privacy: this.i18n('Privacy'),
28 rights: this.i18n('Rights'), 28 rights: this.i18n('Copyright'),
29 serverRules: this.i18n('Server rules'), 29 serverRules: this.i18n('Server rules'),
30 thumbnails: this.i18n('Thumbnails'), 30 thumbnails: this.i18n('Thumbnails'),
31 captions: this.i18n('Captions') 31 captions: this.i18n('Captions')
diff --git a/client/src/app/shared/shared-moderation/abuse.service.ts b/client/src/app/shared/shared-moderation/abuse.service.ts
index c1aa62023..06b236d1e 100644
--- a/client/src/app/shared/shared-moderation/abuse.service.ts
+++ b/client/src/app/shared/shared-moderation/abuse.service.ts
@@ -158,8 +158,8 @@ export class AbuseService {
158 }, 158 },
159 { 159 {
160 id: 'rights', 160 id: 'rights',
161 label: this.i18n('Intellectual property violation'), 161 label: this.i18n('Copyright'),
162 help: this.i18n('Infringes my intellectual property or copyright, wrt. the regional rules with which the server must comply.') 162 help: this.i18n('Infringes your copyright wrt. the regional laws with which the server must comply.')
163 }, 163 },
164 { 164 {
165 id: 'serverRules', 165 id: 'serverRules',