Skip to content

Commit

Permalink
change puzzle game link text
Browse files Browse the repository at this point in the history
  • Loading branch information
HaonRekcef committed Mar 27, 2024
1 parent de2e062 commit d3567c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/view/puzzle/puzzle_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@ class _BottomBar extends ConsumerWidget {
},
),
BottomSheetAction(
makeLabel: (context) => const Text('Puzzle Source Game'),
makeLabel: (context) => Text(context.l10n
.puzzleFromGameLink(puzzleState.puzzle.game.id.value),),
onPressed: (_) {
ref
.withClient(
Expand Down

0 comments on commit d3567c3

Please sign in to comment.