Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/cli/ai/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1455,18 +1455,18 @@ export class AiChatUI {
' ' +
__( "Great, you're connected now! Let me tell you what I can do:" ),
'',
' ' + b( __( 'Site Management' ) ),
' ' + b( __( 'Local Sites Management' ) ),
'',
' - ' +
sprintf(
/* translators: %s: bold "Create" */
__( '%s new WordPress sites instantly (fully configured, ready to use)' ),
__( '%s new local WordPress sites instantly (fully configured, ready to use)' ),
b( __( 'Create' ) )
),
' - ' +
sprintf(
/* translators: %s: bold "Start / stop" */
__( '%s existing sites' ),
__( '%s existing local sites' ),
b( __( 'Start / stop' ) )
),
' - ' +
Expand Down
Loading