mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
fix(cli): remove redundant "already" from configured sources label (#83)
The word "already" in "Primary sources already configured" adds no information and reads awkwardly in the setup flow. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5b4ba73e64
commit
6d7d90571e
2 changed files with 12 additions and 12 deletions
|
|
@ -541,7 +541,7 @@ function configuredPrimarySourcesPrompt(connectionIds: string[]): {
|
|||
options: Array<{ value: string; label: string }>;
|
||||
} {
|
||||
return {
|
||||
message: `Databases already configured: ${connectionIds.join(', ')}\nWhat would you like to do?`,
|
||||
message: `Databases configured: ${connectionIds.join(', ')}\nWhat would you like to do?`,
|
||||
options: [
|
||||
{ value: 'continue', label: 'Continue to context sources' },
|
||||
{ value: 'edit', label: 'Edit an existing database' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue