summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2023-05-09 06:05:36 +0200
committerAndreas Kling <kling@serenityos.org>2023-05-09 06:12:09 +0200
commit15211cd753440c16db4526b94e9c0d8eb85ea351 (patch)
tree223b663b9e869316659725013899744d18cbbf26 /Base/res
parent07c6cebbabbbbe4153ca7048f3cd33b8ef9b56fa (diff)
downloadserenity-15211cd753440c16db4526b94e9c0d8eb85ea351.zip
Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc
While the binary is still called "Browser" for now, let's make it clear that we're converging on a single name for this application.
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/apps/Browser.af2
-rw-r--r--Base/res/html/misc/welcome.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/apps/Browser.af b/Base/res/apps/Browser.af
index 4ce4ba8c8c..129468842d 100644
--- a/Base/res/apps/Browser.af
+++ b/Base/res/apps/Browser.af
@@ -1,5 +1,5 @@
[App]
-Name=Browser
+Name=Ladybird
Executable=/bin/Browser
Category=Internet
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index 21f9351feb..1ed1c42dbd 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -48,7 +48,7 @@
</head>
<body background="90s-bg.png">
- <h1>Welcome to the Serenity Browser!</h1>
+ <h1>Welcome to the Ladybird web browser!</h1>
<p>This is a very simple browser built on the LibWeb and LibJS engines.</p>
<p>Your user agent is: <b><span id="ua"></span></b></p>
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>