mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(lang): correct capitalization of 'TMDB' (#2953)
This commit is contained in:
@@ -29,8 +29,8 @@ const messages = defineMessages({
|
||||
seasons: '{seasonCount, plural, one {Season} other {Seasons}}',
|
||||
failedretry: 'Something went wrong while retrying the request.',
|
||||
mediaerror: '{mediaType} Not Found',
|
||||
tmdbid: 'TMDb ID',
|
||||
tvdbid: 'TVDB ID',
|
||||
tmdbid: 'TMDB ID',
|
||||
tvdbid: 'TheTVDB ID',
|
||||
deleterequest: 'Delete Request',
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user