From 89de02f002277ced90785ae03305021ca4277cbb Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 15 Sep 2021 16:25:30 -0400 Subject: [PATCH] Shorter warning message Signed-off-by: Sebastian Malton --- src/renderer/components/dock/terminal.store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/dock/terminal.store.ts b/src/renderer/components/dock/terminal.store.ts index 3a0811fbb3..b5116a94e8 100644 --- a/src/renderer/components/dock/terminal.store.ts +++ b/src/renderer/components/dock/terminal.store.ts @@ -121,7 +121,7 @@ export class TerminalStore extends Singleton { const notifyVeryLong = setTimeout(() => { shellIsReady.cancel(); Notifications.info( - "If terminal shell is not ready please check your shell init files, if applicable. You may see this message if you have set a custom shell prompt.", + "If terminal shell is not ready please check your shell init files, if applicable.", { timeout: 4_000, },