Skip to content

Commit 23d2b60

Browse files
committed
[FE-92] 文言を修正
1 parent 504273f commit 23d2b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Result/Components/ShareModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Props {
1111

1212
function buildShareText(gameId: number): string {
1313
const shareUrl = `${globalThis.location.origin}/board/${gameId}`;
14-
return `「あれちゃう?知らんけど。」で遊んだで!みんなも遊ばへん?\n${shareUrl}\n\n#あれ知ら #KC3Hack`;
14+
return `「あれちゃう?知らんけど。」で遊んだで!これうちのお気に入りやねん!\n${shareUrl}\n\n#あれ知ら #KC3Hack`;
1515
}
1616

1717
export default function ShareModal({ gameId, onClose }: Props) {

0 commit comments

Comments
 (0)