diff options
author | Adnane Belmadiaf <daker@users.noreply.github.com> | 2018-10-14 19:43:17 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-10-14 19:43:17 +0200 |
commit | 6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e (patch) | |
tree | 5fe7186d365515d31632aeed2852b8cd2fa36b07 /server/initializers/constants.ts | |
parent | 0e5ff97f6fdf9a4cebe5a15f5a390380465803ad (diff) | |
download | PeerTube-6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e.tar.gz PeerTube-6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e.tar.zst PeerTube-6f2ae7a1aa1b4a8b5605fc4c57c0c1d1fbe2a16e.zip |
rename News category into News & Politics (#1261)
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index e08fd75cd..49ee13c10 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -421,7 +421,7 @@ const VIDEO_CATEGORIES = { | |||
421 | 8: 'People', | 421 | 8: 'People', |
422 | 9: 'Comedy', | 422 | 9: 'Comedy', |
423 | 10: 'Entertainment', | 423 | 10: 'Entertainment', |
424 | 11: 'News', | 424 | 11: 'News & Politics', |
425 | 12: 'How To', | 425 | 12: 'How To', |
426 | 13: 'Education', | 426 | 13: 'Education', |
427 | 14: 'Activism', | 427 | 14: 'Activism', |