mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-27 02:43:57 +02:00
Improve tooltip for Next Airing on series Overview
This commit is contained in:
parent
1662521d40
commit
b7dfb8999d
@ -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,
|
||||
|
@ -1244,6 +1244,7 @@
|
||||
"Never": "Never",
|
||||
"New": "New",
|
||||
"NextAiring": "Next Airing",
|
||||
"NextAiringDate": "Next Airing: {date}",
|
||||
"NextExecution": "Next Execution",
|
||||
"No": "No",
|
||||
"NoBackupsAreAvailable": "No backups are available",
|
||||
|
Loading…
Reference in New Issue
Block a user