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:
parent
ab03b4153a
commit
89de02f002
@ -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,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user