Skip to content

Commit a60f2b2

Browse files
committed
fix: manga string (~by aayush262)
1 parent 27be2a0 commit a60f2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Api/Anilist/Screen/AnilistMangaScreen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class AnilistMangaScreen extends BaseMangaScreen {
139139
MediaSection(
140140
context: context,
141141
type: 2,
142-
title: getString.popular(getString.anime),
142+
title: getString.popular(getString.manga),
143143
mediaList: mangaPopular.value,
144144
),
145145
);

0 commit comments

Comments
 (0)