Skip to content

Commit 30b74ce

Browse files
committed
Capitalized default name
1 parent 4fe4f76 commit 30b74ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/layout/StatsView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
const introText = randChoice(STATS_INTROS);
2121
const outroText = randChoice(STATS_OUTROS);
22-
const defaultName = "someone";
22+
const defaultName = "Someone";
2323
2424
let shareName: string | undefined;
2525
let pronoun1 = "you";

0 commit comments

Comments
 (0)