Skip to content

Commit

Permalink
Fix tryuen name
Browse files Browse the repository at this point in the history
  • Loading branch information
OshekharO authored Dec 18, 2023
1 parent 713981b commit 60538df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repo/truyen.net.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==MiruExtension==
// @name NetTruyen
// @version v0.0.3
// @version v0.0.4
// @author OshekharO
// @lang vi
// @license MIT
Expand Down Expand Up @@ -53,7 +53,7 @@ export default class extends Extension {
{
title: "Chapters",
urls: reversedChapters.map((item) => ({
name: `Episode ${item.name}`,
name: `Chapter ${item.name}`,
url: `${id}|${item.id}`,
})),
},
Expand Down

0 comments on commit 60538df

Please sign in to comment.