mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Improve tooltip for Next Airing on series Overview
This commit is contained in:
@@ -236,7 +236,9 @@ function SeriesIndexOverviewInfo(props: SeriesIndexOverviewInfoProps) {
|
||||
<div className={styles.infos}>
|
||||
{!!nextAiring && (
|
||||
<SeriesIndexOverviewInfoRow
|
||||
title={formatDateTime(nextAiring, longDateFormat, timeFormat)}
|
||||
title={translate('NextAiringDate', {
|
||||
date: formatDateTime(nextAiring, longDateFormat, timeFormat),
|
||||
})}
|
||||
iconName={icons.SCHEDULED}
|
||||
label={getRelativeDate({
|
||||
date: nextAiring,
|
||||
|
||||
Reference in New Issue
Block a user