mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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