diff --git a/src/app/modules/data/types/date-series/date-series-detail-content.html b/src/app/modules/data/types/date-series/date-series-detail-content.html
index 44b0b0e6..0d19ae40 100644
--- a/src/app/modules/data/types/date-series/date-series-detail-content.html
+++ b/src/app/modules/data/types/date-series/date-series-detail-content.html
@@ -12,7 +12,16 @@
~ You should have received a copy of the GNU General Public License along with
~ this program. If not, see .
-->
-
+
+
+ {{ 'event' | propertyNameTranslate: item | titlecase }}
+
+
+ {{
+ 'name' | thingTranslate: item.event
+ }}
+
+
{{ 'inPlace' | propertyNameTranslate: item | titlecase }}
@@ -29,16 +38,29 @@
1; else single_event"
+ title="{{ 'dates' | propertyNameTranslate: item | titlecase }}"
+ content="{{ 'data.chips.add_events.popover.AT' | translate | titlecase }} {{
+ item.dates[0] | amDateFormat: 'HH:mm ddd'
+ }} {{ 'data.chips.add_events.popover.UNTIL' | translate }} {{
+ item.dates[item.dates.length - 1] | amDateFormat: 'll'
+ }}"
>
+
+
+