You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: personalization-webcomponents/src/ChecklistDetail.ce.vue
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,10 @@
32
32
v-else
33
33
class="banner"
34
34
type="success"
35
-
>
36
-
Herzlichen Glückwunsch, Sie haben alle Aufgaben erledigt! Wir bewahren diese Checkliste noch bis zum {{ deletionDate }} für Sie auf. Danach wird sie automatisch gelöscht.
35
+
>
36
+
Herzlichen Glückwunsch, Sie haben alle Aufgaben erledigt! Wir
37
+
bewahren diese Checkliste noch bis zum {{ deletionDate }} für
38
+
Sie auf. Danach wird sie automatisch gelöscht.
37
39
</muc-banner>
38
40
<h2class="headline">
39
41
Erledigte Aufgaben ({{ closedCheckList.length }})
@@ -49,7 +51,7 @@
49
51
v-else
50
52
class="banner"
51
53
type="info"
52
-
>
54
+
>
53
55
Sie haben noch keine erledigten Aufgaben. Haken Sie Aufgaben in
54
56
der Checkliste ab, um sie als erledigt zu markieren.
0 commit comments