diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-27 23:10:07 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-04 21:20:46 +0200 |
commit | 830c762bb67ff150ebaef2e603513ce7dd48faa2 (patch) | |
tree | 97a9c2011793305d3167c7efd4ca13e141663346 /client/src/app/shared/shared-moderation | |
parent | 6863f814b06e4af92fd19bef23e6bd4b259988fa (diff) | |
download | PeerTube-830c762bb67ff150ebaef2e603513ce7dd48faa2.tar.gz PeerTube-830c762bb67ff150ebaef2e603513ce7dd48faa2.tar.zst PeerTube-830c762bb67ff150ebaef2e603513ce7dd48faa2.zip |
reword intellectual property
fixes #3010
Diffstat (limited to 'client/src/app/shared/shared-moderation')
-rw-r--r-- | client/src/app/shared/shared-moderation/abuse.service.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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', |