diff --git a/plugins/calendar-assets/lang/en.json b/plugins/calendar-assets/lang/en.json index 05d49af98b..0293617706 100644 --- a/plugins/calendar-assets/lang/en.json +++ b/plugins/calendar-assets/lang/en.json @@ -36,6 +36,7 @@ "NoReminders": "No reminders", "AllDay": "All day", "AndMore": "And {count} more", - "CreateEvent": "Create event" + "CreateEvent": "Create event", + "EventFor": "Event for: " } } \ No newline at end of file diff --git a/plugins/calendar-assets/lang/ru.json b/plugins/calendar-assets/lang/ru.json index 0ee2472531..347734748e 100644 --- a/plugins/calendar-assets/lang/ru.json +++ b/plugins/calendar-assets/lang/ru.json @@ -34,6 +34,7 @@ "NoReminders": "Нет напоминаний", "AllDay": "Весь день", "AndMore": "И еще {count}", - "CreateEvent": "Создать событие" + "CreateEvent": "Создать событие", + "EventFor": "Событие для: " } } \ No newline at end of file diff --git a/plugins/calendar-resources/src/components/EditEvent.svelte b/plugins/calendar-resources/src/components/EditEvent.svelte index 22a5aac686..9156c04ed9 100644 --- a/plugins/calendar-resources/src/components/EditEvent.svelte +++ b/plugins/calendar-resources/src/components/EditEvent.svelte @@ -14,13 +14,16 @@ --> {#if object !== undefined} + {#if object.attachedTo && object.attachedToClass} +