diff --git a/components/Game.tsx b/components/Game.tsx index e52a9b4..76098bf 100644 --- a/components/Game.tsx +++ b/components/Game.tsx @@ -519,14 +519,20 @@ export default function Game({ dailyPuzzle, genre = null, isSpecial = false, max -
+
+
+

+ {t('shareExplanation')} +

+ +
+ {statistics && } -
)} diff --git a/messages/de.json b/messages/de.json index 5cb2847..071cd58 100644 --- a/messages/de.json +++ b/messages/de.json @@ -41,6 +41,7 @@ "comeBackTomorrow": "Komm morgen zurück für ein neues Lied.", "theSongWas": "Das Lied war:", "score": "Punkte", + "shareExplanation": "Teile dein Ergebnis mit Freund:innen – so hilfst du, Hördle bekannter zu machen.", "scoreBreakdown": "Punkteaufschlüsselung", "albumCover": "Album-Cover", "released": "Veröffentlicht", diff --git a/messages/en.json b/messages/en.json index b37e6df..537853c 100644 --- a/messages/en.json +++ b/messages/en.json @@ -41,6 +41,7 @@ "comeBackTomorrow": "Come back tomorrow for a new song.", "theSongWas": "The song was:", "score": "Score", + "shareExplanation": "Share your result with friends – your support helps Hördle grow.", "scoreBreakdown": "Score Breakdown", "albumCover": "Album Cover", "released": "Released",