mirror of https://github.com/Chocobozzz/PeerTube
parent
6863f814b0
commit
830c762bb6
|
@ -25,7 +25,7 @@ export class AbuseDetailsComponent {
|
||||||
hatefulOrAbusive: this.i18n('Hateful or Abusive'),
|
hatefulOrAbusive: this.i18n('Hateful or Abusive'),
|
||||||
spamOrMisleading: this.i18n('Spam or Misleading'),
|
spamOrMisleading: this.i18n('Spam or Misleading'),
|
||||||
privacy: this.i18n('Privacy'),
|
privacy: this.i18n('Privacy'),
|
||||||
rights: this.i18n('Rights'),
|
rights: this.i18n('Copyright'),
|
||||||
serverRules: this.i18n('Server rules'),
|
serverRules: this.i18n('Server rules'),
|
||||||
thumbnails: this.i18n('Thumbnails'),
|
thumbnails: this.i18n('Thumbnails'),
|
||||||
captions: this.i18n('Captions')
|
captions: this.i18n('Captions')
|
||||||
|
|
|
@ -158,8 +158,8 @@ export class AbuseService {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'rights',
|
id: 'rights',
|
||||||
label: this.i18n('Intellectual property violation'),
|
label: this.i18n('Copyright'),
|
||||||
help: this.i18n('Infringes my intellectual property or copyright, wrt. the regional rules with which the server must comply.')
|
help: this.i18n('Infringes your copyright wrt. the regional laws with which the server must comply.')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'serverRules',
|
id: 'serverRules',
|
||||||
|
|
Loading…
Reference in New Issue