style(provider): full provider name in select

This commit is contained in:
TOomaAh
2025-03-20 16:10:18 +01:00
parent c24eebafc0
commit 6e27efcaa7

View File

@@ -17,8 +17,8 @@ type IndexerOptionType = {
};
const messages = defineMessages('components.MetadataSelector', {
tmdbLabel: 'TMDB',
tvdbLabel: 'TVDB',
tmdbLabel: 'TheMovieDB',
tvdbLabel: 'TheTVDB',
selectIndexer: 'Select an indexer',
});