diff --git a/web/src/constants/channel.constants.js b/web/src/constants/channel.constants.js index b66d5c34..af335c1e 100644 --- a/web/src/constants/channel.constants.js +++ b/web/src/constants/channel.constants.js @@ -7,5 +7,5 @@ export const CHANNEL_OPTIONS = [ { key: 6, text: 'OpenAI Max', value: 6, color: 'violet' }, { key: 7, text: 'OhMyGPT', value: 7, color: 'purple' }, { key: 9, text: 'AI.LS', value: 9, color: 'yellow' }, - { key: 8, text: '自定义', value: 8, color: 'pink' } + { key: 8, text: 'Custom', value: 8, color: 'pink' } ];