diff --git a/source/net/filebot/ui/GettingStartedStage.java b/source/net/filebot/ui/GettingStartedStage.java index 69c09a1b..79173090 100644 --- a/source/net/filebot/ui/GettingStartedStage.java +++ b/source/net/filebot/ui/GettingStartedStage.java @@ -94,7 +94,7 @@ public class GettingStartedStage { } }); - stage.setTitle("🚀 Loading …"); + stage.setTitle("Loading …"); stage.setScene(new Scene(webview, webview.getPrefWidth(), webview.getPrefHeight(), Color.BLACK)); // force black background while page is loading