Skip to content

Commit

Permalink
Display Initializing project... message when initializing project (#6661
Browse files Browse the repository at this point in the history
)

The current `"Project Name Uninitialized"` seems a bit scary. Why not display text describing what's really happening?

![Initializing project...](https://github.com/enso-org/enso/assets/26887752/b852ccdc-b1e4-4d3d-aa40-9e23e18ef43c)

Isn't `Initializing project...` better?
  • Loading branch information
JaroslavTulach authored May 19, 2023
1 parent a32a2ea commit 08e6d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use parser::Parser;
// This is a default value for the project name when it is created. The project name should
// always be initialized externally for the current project. If this value is visible in the UI,
// it was not set to the correct project name due to some bug.
const UNINITIALIZED_PROJECT_NAME: &str = "Project Name Uninitialized";
const UNINITIALIZED_PROJECT_NAME: &str = "Initializing project...";
/// Default line height for project names.
pub const LINE_HEIGHT: f32 = TEXT_SIZE * 1.5;

Expand Down

0 comments on commit 08e6d21

Please sign in to comment.