@@ -34,7 +34,7 @@ export function CalendarName({ calendar }: { calendar: Calendar }) {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Box style={{ display: "flex", flexDirection: "column" }}>
|
<Box style={{ display: "flex", flexDirection: "column" }}>
|
||||||
<Typography sx={{ wordBreak: "break-word" }}>
|
<Typography variant="body2" sx={{ wordBreak: "break-word" }}>
|
||||||
{renameDefault(calendar.name, ownerDisplayName, t, isOwnCalendar)}
|
{renameDefault(calendar.name, ownerDisplayName, t, isOwnCalendar)}
|
||||||
</Typography>
|
</Typography>
|
||||||
<OwnerCaption
|
<OwnerCaption
|
||||||
|
|||||||
@@ -808,7 +808,7 @@ export default function EventFormFields({
|
|||||||
>
|
>
|
||||||
{selectedCalendar?.name ? (
|
{selectedCalendar?.name ? (
|
||||||
<Box style={{ display: "flex", flexDirection: "column" }}>
|
<Box style={{ display: "flex", flexDirection: "column" }}>
|
||||||
<Typography sx={{ wordBreak: "break-word" }}>
|
<Typography variant="body2" sx={{ wordBreak: "break-word" }}>
|
||||||
{renameDefault(
|
{renameDefault(
|
||||||
selectedCalendar.name,
|
selectedCalendar.name,
|
||||||
selectedOwnerDisplayName,
|
selectedOwnerDisplayName,
|
||||||
|
|||||||
Reference in New Issue
Block a user