chore: update frontend branding copy

This commit is contained in:
CaIon
2026-06-19 18:14:40 +08:00
parent 29c3dcb927
commit 0467d54014
35 changed files with 174 additions and 116 deletions
@@ -87,14 +87,14 @@ export function DrawingSettingsSection({
name: 'DrawingEnabled',
label: t('Enable drawing features'),
description: t(
'Required to expose Midjourney-style image generation to end users.'
'Required to expose MjProxy-style image generation to end users.'
),
},
{
name: 'MjNotifyEnabled',
label: t('Allow upstream callbacks'),
description: t(
'When enabled, Midjourney callbacks are accepted (reveals server IP).'
'When enabled, MjProxy callbacks are accepted (reveals server IP).'
),
},
{
@@ -115,7 +115,7 @@ export function DrawingSettingsSection({
name: 'MjModeClearEnabled',
label: t('Clear mode flags in prompts'),
description: t(
'Removes Midjourney flags such as --fast, --relax, and --turbo from user prompts.'
'Removes MjProxy flags such as --fast, --relax, and --turbo from user prompts.'
),
},
{
@@ -108,7 +108,7 @@ export function SidebarModulesSection({
},
midjourney: {
title: t('Drawing logs'),
description: t('History of Midjourney-style image tasks.'),
description: t('History of MjProxy-style image tasks.'),
},
task: {
title: t('Task logs'),