parent
6863f814b0
commit
830c762bb6
|
@ -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')
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue