diff --git a/src/components/admin/unit/InspectionTimeFormatExplainIcon.vue b/src/components/admin/unit/InspectionTimeFormatExplainIcon.vue
new file mode 100644
index 0000000..9f27541
--- /dev/null
+++ b/src/components/admin/unit/InspectionTimeFormatExplainIcon.vue
@@ -0,0 +1,25 @@
+
+ Zeit Format für Erinnerung und Intervall Im Fall von Erinnerungen wird das Format als zeitliche Angabe vor einem Datum verwendet. angefangene Prüfung löschen
+ {{ activeInspectionObj?.inspectionPlan.title }} zu {{ activeInspectionObj?.related.name }}
+ ({{ activeInspectionObj?.related.code }}) begonnen am
+ {{ new Date(activeInspectionObj?.created ?? "").toLocaleDateString("de-de") }} löschen?
+
+
+
+
+
+
+ <zahl>-(d|m|y)
+
+ Ein Intervall, z.B. 7-d für alle 7 Tage,
+ 1-m für jeden Monat.
+
+
+
+ DD/MM
+
+ Ein bestimmtes Datum, z.B. 15/06 für den 15. Juni.
+
+
+
+
+ DD/*
+
+ Ein Tag jeden Monats, z.B. 01/* für den ersten Tag jedes Monats.
+
+
+
+
+
+
+
{{ inspectionPlan.title }}
Interval: {{ inspectionPlan.inspectionInterval }}