From abcf43d1c27aa0905e92df895d1253b8a8376d77 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Wed, 9 May 2018 12:29:21 +0800 Subject: [PATCH] cfg(torrents): change tags of resources --- config/env/torrents.js | 2 +- modules/core/client/app/trans-string-en.js | 2 +- modules/core/client/app/trans-string-zh.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 32fb5d6f..fc8591d0 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -1370,7 +1370,7 @@ module.exports = { value: [ {name: 'BLU_RAY', icon: ''}, {name: 'REMUX', icon: ''}, - {name: 'WEB_DL', icon: ''}, + {name: 'WEB', icon: ''}, {name: 'ENCODE', icon: ''}, {name: 'HDTV', icon: ''} ] diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 5ad4bf48..71fc32a8 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -1438,7 +1438,7 @@ TYPE: { SELF: 'Medium', BLU_RAY: 'Blu-ray', - WEB_DL: 'Web', + WEB: 'Web', REMUX: 'Remux', ENCODE: 'Encode', HDTV: 'HDTV' diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 746cc6a7..1e73dee7 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -1438,7 +1438,7 @@ TYPE: { SELF: '媒介', BLU_RAY: 'Blu-ray', - WEB_DL: 'Web', + WEB: 'Web', REMUX: 'Remux', ENCODE: 'Encode', HDTV: 'HDTV'