mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 20:28:40 -05:00
fix(lang): fix singular form of season count (#1080)
This commit is contained in:
@@ -72,7 +72,7 @@ const messages = defineMessages({
|
||||
markavailable: 'Mark as Available',
|
||||
mark4kavailable: 'Mark 4K as Available',
|
||||
allseasonsmarkedavailable: '* All seasons will be marked as available.',
|
||||
seasons: '{seasonCount} Seasons',
|
||||
seasons: '{seasonCount, plural, one {# Season} other {# Seasons}}',
|
||||
});
|
||||
|
||||
interface TvDetailsProps {
|
||||
|
||||
Reference in New Issue
Block a user