Skip to content

Commit 5fe0cf0

Browse files
committed
Updates messaging
1 parent bc61b08 commit 5fe0cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export async function showWhatsNewMessage(version: string) {
179179
const reset = { title: 'Switch to New Layout' };
180180
const result = await showMessage(
181181
'info',
182-
`Upgraded to GitLens ${version} — [see what's new](https://help.gitkraken.com/gitlens/gitlens-release-notes-current/ "See what's new in GitLens ${version}").\nWe've rearranged our views for greater focus and productivity, and recommend switching to the new layout — [learn more and tell us what you think](https://github.com/gitkraken/vscode-gitlens/discussions/2721 "Learn more about what's changed")!`,
182+
`Upgraded to GitLens ${version} — [see what's new](https://help.gitkraken.com/gitlens/gitlens-release-notes-current/ "See what's new in GitLens ${version}").\nWe've reimagined and rearranged our views for greater focus and productivity, and recommend switching to the new layout — [learn more and tell us what you think](https://github.com/gitkraken/vscode-gitlens/discussions/2721 "Learn more about what's changed")!`,
183183
undefined,
184184
null,
185185
reset,

0 commit comments

Comments
 (0)