diff --git a/src/locales/en.json b/src/locales/en.json index dff597c..9b1ea68 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -265,7 +265,7 @@ "stats-stations": "STATIONS", "timetable-stats-total": "Today, dispatchers made so far {count} with total distance of {distance}", - "timetable-stats-longest": "Today's the longest timetable is #{id} made by {author} for {driver} - {distance}", + "timetable-stats-longest": "The longest timetable today is #{id} made by {author} for {driver} - {distance}", "timetable-stats-most-active": "The most active dispatcher is {dispatcher} who created {count}", "timetable-count": "timetable | timetables", diff --git a/src/styles/JournalStats.scss b/src/styles/JournalStats.scss index 513d619..e6c198e 100644 --- a/src/styles/JournalStats.scss +++ b/src/styles/JournalStats.scss @@ -3,7 +3,7 @@ .stats-tab { background-color: #1a1a1a; - border: 1px solid #ffc014; + box-shadow: 0 0 5px 1px $accentCol; padding: 1em; display: flex;