File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,7 @@ function ConnectedCalendarsList(props: Props) {
163
163
} >
164
164
{ ! fromOnboarding && (
165
165
< >
166
- < p className = "px-4 pt-4 text-sm text-neutral-500" >
167
- Toggle the calendar(s) you want to check for conflicts to prevent double bookings.
168
- </ p >
166
+ < p className = "px-4 pt-4 text-sm text-neutral-500" > { t ( "toggle_calendars_conflict" ) } </ p >
169
167
< ul className = "space-y-2 p-4" >
170
168
{ item . calendars . map ( ( cal ) => (
171
169
< CalendarSwitch
@@ -260,7 +258,7 @@ export function CalendarListContainer(props: { heading?: boolean; fromOnboarding
260
258
}
261
259
/>
262
260
) }
263
- < ConnectedCalendarsList onChanged = { onChanged } fromOnboarding />
261
+ < ConnectedCalendarsList onChanged = { onChanged } fromOnboarding = { fromOnboarding } />
264
262
</ >
265
263
) }
266
264
{ fromOnboarding && (
Original file line number Diff line number Diff line change 684
684
"connect_your_favourite_apps" : " Connect your favourite apps." ,
685
685
"automation" : " Automation" ,
686
686
"configure_how_your_event_types_interact" : " Configure how your event types should interact with your calendars." ,
687
+ "toggle_calendars_conflict" : " Toggle the calendars you want to check for conflicts to prevent double bookings." ,
687
688
"select_destination_calendar" : " Create events on" ,
688
689
"connect_additional_calendar" : " Connect additional calendar" ,
689
690
"conferencing" : " Conferencing" ,
You can’t perform that action at this time.
0 commit comments