1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fix translation key for banner in SeriesImage component

This commit is contained in:
Bogdan
2026-01-28 17:54:51 +02:00
committed by Mark McDowall
parent 70678510ee
commit 1033849d39
+1 -1
View File
@@ -60,7 +60,7 @@ function SeriesImage({
switch (coverType) {
case 'banner':
type = translate('Banner');
type = translate('ImageBanner');
break;
case 'fanart':
type = translate('ImageFanart');