diff options
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index a5057230..d994475f 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -40,7 +40,10 @@ const English: Locale = { media: { title: 'Media', fields: { - outboundLinks: 'Outbound links', + outboundLinks: { + title: 'Outbound links', + hint: 'If LiveChart.me or AnimeSchedule is chosen, manga links will default to AniList.' + }, mediaTitleFormat: { title: 'Media title format', options: { @@ -51,6 +54,10 @@ const English: Locale = { fields: { showFurigana: 'Show furigana' } + }, + sortBy: { + title: 'Sort anime by difference between last watched and next episode', + hint: 'By default, anime are sorted by the number of days left until the next episode airs.' } } }, |