diff --git a/src/client/app/js/app/core/Dict.js b/src/client/app/js/app/core/Dict.js index ea3c7fb..6525311 100644 --- a/src/client/app/js/app/core/Dict.js +++ b/src/client/app/js/app/core/Dict.js @@ -111,6 +111,7 @@ app.core.Dict = { "CLOSE" : "Schließen", "CREATE_APPOINTMENT" : "Termin erstellen", "APPOINTMENT_SUBJECT" : "Terminname", + "APPOINTMENT_ICON" : "Icon", "APPOINTMENT_START_DATE" : "Startdatum", "APPOINTMENT_START_TIME" : "Startzeit", "APPOINTMENT_END_DATE" : "Enddatum", diff --git a/src/client/app/tmpl/appointment-detail.html b/src/client/app/tmpl/appointment-detail.html index d35a27d..4f92ab5 100644 --- a/src/client/app/tmpl/appointment-detail.html +++ b/src/client/app/tmpl/appointment-detail.html @@ -44,7 +44,7 @@ <% } %>