diff options
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', |