Skip to content

Commit

Permalink
Use S.of(context).whatIsRandom
Browse files Browse the repository at this point in the history
Change-Id: Ideb54dbb68e974d09a4e19e166e8825c4ff72ddc
  • Loading branch information
calcitem committed Dec 31, 2023
1 parent babce73 commit 259c9d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class GeneralSettingsPage extends StatelessWidget {
break;
// TODO: Add whatIsRandom
case SearchAlgorithm.random:
rootScaffoldMessengerKey.currentState!.showSnackBarClear("Random");
rootScaffoldMessengerKey.currentState!
.showSnackBarClear(S.of(context).whatIsRandom);
break;
case null:
break;
Expand Down

0 comments on commit 259c9d0

Please sign in to comment.