Skip to content

Commit 8232500

Browse files
committed
Update GitpodHost notifaction switching message
1 parent 0aac189 commit 8232500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/hostService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class HostService extends Disposable implements IHostService {
6666

6767
const yes = 'Yes';
6868
const cancel = 'Cancel';
69-
const action = await this.notificationService.showInformationMessage(`Connecting to '${newHost}' Gitpod host. Would you like to switch from '${this._gitpodHost}' and continue?`, { id: 'switch_gitpod_host', flow }, yes, cancel);
69+
const action = await this.notificationService.showInformationMessage(`Would you like to change your Gitpod host from '${this._gitpodHost}' to '${newHost}' and continue?`, { id: 'switch_gitpod_host', flow }, yes, cancel);
7070
if (action === cancel) {
7171
return false;
7272
}

0 commit comments

Comments
 (0)