diff --git a/rescueapp/lib/main.dart b/rescueapp/lib/main.dart
index d8a052651e72f6c4b7cb15992dc88280a6e78a22..f668cd5fb7af52abf17907705e84d6a01852cbf4 100644
--- a/rescueapp/lib/main.dart
+++ b/rescueapp/lib/main.dart
@@ -9,7 +9,7 @@ class MyApp extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     return MaterialApp(
-      title: 'Flutter Demo',
+      title: 'KatApp',
       theme: ThemeData(
         // This is the theme of your application.
         //
@@ -22,7 +22,7 @@ class MyApp extends StatelessWidget {
         // is not restarted.
         primarySwatch: Colors.blue,
       ),
-      home: MyHomePage(title: 'Flutter Demo Home Page'),
+      home: MyHomePage(title: 'KatApp Home Page'),
     );
   }
 }