fix: replace branding keywords to avoid ambiguity

This commit is contained in:
Mingholy
2025-09-16 19:57:33 +08:00
parent 9df193ca42
commit f599cda7d2
8 changed files with 18 additions and 18 deletions

View File

@@ -429,7 +429,7 @@ describe('SettingsDialog', () => {
<KeypressProvider kittyProtocolEnabled={false}>
<SettingsDialog
settings={settings}
onSelect={() => {}}
onSelect={() => { }}
onRestartRequest={onRestartRequest}
/>
</KeypressProvider>,
@@ -450,7 +450,7 @@ describe('SettingsDialog', () => {
<KeypressProvider kittyProtocolEnabled={false}>
<SettingsDialog
settings={settings}
onSelect={() => {}}
onSelect={() => { }}
onRestartRequest={onRestartRequest}
/>
</KeypressProvider>,
@@ -678,7 +678,7 @@ describe('SettingsDialog', () => {
// Should not show restart prompt initially
expect(lastFrame()).not.toContain(
'To see changes, Gemini CLI must be restarted',
'To see changes, Qwen Code must be restarted',
);
unmount();
@@ -973,7 +973,7 @@ describe('SettingsDialog', () => {
<KeypressProvider kittyProtocolEnabled={false}>
<SettingsDialog
settings={settings}
onSelect={() => {}}
onSelect={() => { }}
onRestartRequest={onRestartRequest}
/>
</KeypressProvider>,