diff options
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -rw-r--r-- | src/lib/Tools/tools.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts index 06249ab3..988d7826 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -38,7 +38,8 @@ export const tools: { }, tracker: { name: () => 'Tracker', - description: () => 'Track your anime and manga progress with ease, intended for media that doesn\'t qualify for an AniList entry', + description: () => + "Track your anime and manga progress with ease, intended for media that doesn't qualify for an AniList entry", id: 'tracker', hidden: true }, |