1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Shorter warning message

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-09-15 16:25:30 -04:00
parent ab03b4153a
commit 89de02f002

View File

@ -121,7 +121,7 @@ export class TerminalStore extends Singleton {
const notifyVeryLong = setTimeout(() => { const notifyVeryLong = setTimeout(() => {
shellIsReady.cancel(); shellIsReady.cancel();
Notifications.info( 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, timeout: 4_000,
}, },