diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-abuse-list/abuse-details.component.ts | 2 | ||||
-rw-r--r-- | client/src/app/shared/shared-moderation/abuse.service.ts | 4 |
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', |