1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Fixed: Calendar Items Show on Correct Day

This commit is contained in:
Qstick
2019-07-27 00:56:07 -04:00
parent 582402d45e
commit 6288936fe2
10 changed files with 43 additions and 81 deletions
+4 -4
View File
@@ -52,13 +52,13 @@ function Legend(props) {
<div>
<LegendItem
status="unaired"
tooltip="Episode hasn't aired yet"
tooltip="Movie hasn't aired yet"
colorImpairedMode={colorImpairedMode}
/>
<LegendItem
status="unmonitored"
tooltip="Episode is unmonitored"
tooltip="Movie is unmonitored"
colorImpairedMode={colorImpairedMode}
/>
</div>
@@ -66,13 +66,13 @@ function Legend(props) {
<div>
<LegendItem
status="downloading"
tooltip="Episode is currently downloading"
tooltip="Movie is currently downloading"
colorImpairedMode={colorImpairedMode}
/>
<LegendItem
status="downloaded"
tooltip="Episode was downloaded and sorted"
tooltip="Movie was downloaded and sorted"
colorImpairedMode={colorImpairedMode}
/>
</div>