mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
fix(lang): correct capitalization of 'TMDB' (#2953)
This commit is contained in:
@@ -15,8 +15,8 @@ interface ErrorCardProps {
|
||||
|
||||
const messages = defineMessages({
|
||||
mediaerror: '{mediaType} Not Found',
|
||||
tmdbid: 'TMDb ID',
|
||||
tvdbid: 'TVDB ID',
|
||||
tmdbid: 'TMDB ID',
|
||||
tvdbid: 'TheTVDB ID',
|
||||
cleardata: 'Clear Data',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user