Skip to content

Commit 1bc614f

Browse files
committed
🐛 update _textLeaderboardComponent
1 parent 26c6c88 commit 1bc614f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/game_victory/game_victory.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class GameVictoryPage extends Component with TapCallbacks, HasGameReference<Main
139139
textRenderer: textTimePaint,
140140
),
141141
_textLeaderboardComponent = TextComponent(
142-
text: "Click anywhere to start new Game",
142+
text: "Click anywhere to save Rankings",
143143
position: flameGame.canvasSize / 2,
144144
anchor: Anchor.centerRight,
145145
textRenderer: textPaint,

0 commit comments

Comments
 (0)