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'