aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/tools/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte
index a6e2aedb..8a500d41 100644
--- a/src/routes/tools/+page.svelte
+++ b/src/routes/tools/+page.svelte
@@ -14,7 +14,7 @@
let tool =
browser && urlParameters?.size !== 0 ? urlParameters?.get('tool') || 'default' : 'default';
const tools: { [key: string]: string } = {
- default: 'Tool',
+ default: 'Default',
todays_character_birthdays: "Today's Character Birthdays",
activity_history: 'Activity History',
wrapped: 'Wrapped',