Skip to content

Commit 3567b13

Browse files
committed
Fix typo in modal title by adding missing space between "the" and "connected"
1 parent 0ec178d commit 3567b13

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/editor/src/commands/apply-chat-response-command/utils/edit-formats/diffs/test-cases/generic-6/expected.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export const handle_preview_preset = async (
284284
if (sent) {
285285
panel_provider.send_message({
286286
command: 'SHOW_AUTO_CLOSING_MODAL',
287-
title: 'Continue in theconnected browser',
287+
title: 'Continue in the connected browser',
288288
type: 'success'
289289
})
290290
}

apps/editor/src/commands/apply-chat-response-command/utils/edit-formats/diffs/test-cases/generic-6/original.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const handle_preview_preset = async (
273273
if (sent) {
274274
panel_provider.send_message({
275275
command: 'SHOW_AUTO_CLOSING_MODAL',
276-
title: 'Continue in theconnected browser',
276+
title: 'Continue in the connected browser',
277277
type: 'success'
278278
})
279279
}

apps/editor/src/views/panel/backend/message-handlers/handle-preview-preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const handle_preview_preset = async (
154154
if (sent) {
155155
panel_provider.send_message({
156156
command: 'SHOW_AUTO_CLOSING_MODAL',
157-
title: 'Continue in theconnected browser',
157+
title: 'Continue in the connected browser',
158158
type: 'success'
159159
})
160160
}

apps/editor/src/views/panel/backend/message-handlers/handle-send-to-browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export const handle_send_to_browser = async (params: {
232232
if (sent) {
233233
params.panel_provider.send_message({
234234
command: 'SHOW_AUTO_CLOSING_MODAL',
235-
title: 'Continue in theconnected browser',
235+
title: 'Continue in the connected browser',
236236
type: 'success'
237237
})
238238
}

0 commit comments

Comments
 (0)