reword intellectual property

fixes #3010
This commit is contained in:
Rigel Kent 2020-07-27 23:10:07 +02:00
parent 6863f814b0
commit 830c762bb6
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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',