Skip to content

Commit

Permalink
reword intellectual property
Browse files Browse the repository at this point in the history
fixes #3010
  • Loading branch information
rigelk committed Aug 4, 2020
1 parent 6863f81 commit 830c762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class AbuseDetailsComponent {
hatefulOrAbusive: this.i18n('Hateful or Abusive'),
spamOrMisleading: this.i18n('Spam or Misleading'),
privacy: this.i18n('Privacy'),
rights: this.i18n('Rights'),
rights: this.i18n('Copyright'),
serverRules: this.i18n('Server rules'),
thumbnails: this.i18n('Thumbnails'),
captions: this.i18n('Captions')
Expand Down
4 changes: 2 additions & 2 deletions client/src/app/shared/shared-moderation/abuse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export class AbuseService {
},
{
id: 'rights',
label: this.i18n('Intellectual property violation'),
help: this.i18n('Infringes my intellectual property or copyright, wrt. the regional rules with which the server must comply.')
label: this.i18n('Copyright'),
help: this.i18n('Infringes your copyright wrt. the regional laws with which the server must comply.')
},
{
id: 'serverRules',
Expand Down

0 comments on commit 830c762

Please sign in to comment.