diff --git a/src/apps/content-editor/src/app/views/ItemList/ConfirmPublishesDialog.tsx b/src/apps/content-editor/src/app/views/ItemList/ConfirmPublishesDialog.tsx
index c45e9dd79e..3516f395f7 100644
--- a/src/apps/content-editor/src/app/views/ItemList/ConfirmPublishesDialog.tsx
+++ b/src/apps/content-editor/src/app/views/ItemList/ConfirmPublishesDialog.tsx
@@ -49,7 +49,8 @@ export const ConfirmPublishesModal = ({
- Publish {items.length} {pluralizeWord("Item", items.length)}:
+ Publish Changes to {items.length}{" "}
+ {pluralizeWord("Item", items.length)}:
This will make the the following {items.length} content{" "}
@@ -76,7 +77,7 @@ export const ConfirmPublishesModal = ({
}}
data-cy="ConfirmPublishButton"
>
- Publish Changes to ({items.length}) Items
+ Publish Items ({items.length})
diff --git a/src/apps/content-editor/src/app/views/ItemList/SchedulePublishesDialog.tsx b/src/apps/content-editor/src/app/views/ItemList/SchedulePublishesDialog.tsx
index ecf7d6196f..5967d719c2 100644
--- a/src/apps/content-editor/src/app/views/ItemList/SchedulePublishesDialog.tsx
+++ b/src/apps/content-editor/src/app/views/ItemList/SchedulePublishesDialog.tsx
@@ -74,7 +74,7 @@ export const SchedulePublishesModal = ({
- You can always cancel the publish later if needed
+ You can always cancel the scheduled publish later if needed
diff --git a/src/shell/components/FieldTypeDateTime/index.tsx b/src/shell/components/FieldTypeDateTime/index.tsx
index 292248a97d..abb8159795 100644
--- a/src/shell/components/FieldTypeDateTime/index.tsx
+++ b/src/shell/components/FieldTypeDateTime/index.tsx
@@ -299,6 +299,11 @@ export const FieldTypeDateTime = ({
value={timezoneOptionsWithSuggestions.find(
(tz) => tz.id === timezone
)}
+ sx={{
+ "& .MuiAutocomplete-inputRoot": {
+ py: 0.75,
+ },
+ }}
renderInput={(params) => }
renderOption={(props, option) => (