Skip to content

Commit 9114c6f

Browse files
committed
💄
1 parent 653f529 commit 9114c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authentication/authentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default class GitpodAuthenticationProvider extends Disposable implements
256256
this.telemetryService.sendUserFlowStatus('login_cancelled', flow);
257257
throw e;
258258
}
259-
const showDocs = 'Show Documentation';
259+
const showDocs = 'Learn more';
260260
this.notificationService.showErrorMessage(`Sign in failed: ${e}`, { flow, id: 'login_failed', modal: true })
261261
.then(action => {
262262
if (action === showDocs) {

0 commit comments

Comments
 (0)