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

View file

@ -60,7 +60,7 @@ function SeriesImage({
switch (coverType) {
case 'banner':
type = translate('Banner');
type = translate('ImageBanner');
break;
case 'fanart':
type = translate('ImageFanart');