Skip to content

Commit

Permalink
♻️ fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Sep 29, 2024
1 parent 881fd0f commit 236f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configs/reader_direction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ String readerDirectionName(ReaderDirection direction, BuildContext context) {
case ReaderDirection.leftToRight:
return "从左到右";
case ReaderDirection.rightToLeft:
return "从又到左";
return "从右到左";
}
}

Expand Down

0 comments on commit 236f91d

Please sign in to comment.