diff --git a/src/apprt/gtk/Window.zig b/src/apprt/gtk/Window.zig
index cc36f6508..bf67c5eda 100644
--- a/src/apprt/gtk/Window.zig
+++ b/src/apprt/gtk/Window.zig
@@ -263,7 +263,7 @@ pub fn init(self: *Window, app: *App) !void {
if (try it.next()) |_| {
const warning_text = try std.fmt.allocPrintZ(
self.app.core_app.alloc,
- \\ There are existing crash reports located at {s}.
+ \\ ⚠️ There are existing crash reports located at {s}.
\\ If possible, report them to the developers to help improve the application.
,
.{crash_dir.path, crash_dir.path}