Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiya10 committed Sep 7, 2024
1 parent 105c8ef commit 6d72209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/page/more/ranking/ranking.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class _RankingPageState extends State<RankingPage> with TickerProviderStateMixin
pinned: true,
floating: true,
snap: true,
title: Text("排行榜"),
title: Text(context.i18n.ranking),
bottom: TabBar(
controller: controller,
tabs: [
Expand Down

0 comments on commit 6d72209

Please sign in to comment.