- { __( 'Save' ) }
+ { activateSaveLabel }
{ __( 'Are you ready to save?' ) }
-
- { __(
- 'The following changes have been made to your site, templates, and content.'
- ) }
-
+ { isPreviewingTheme() && (
+
+ { sprintf(
+ 'Saving your changes will change your active theme to %1$s.',
+ theme?.name?.rendered
+ ) }
+
+ ) }
+ { isDirty && (
+
+ { __(
+ 'The following changes have been made to your site, templates, and content.'
+ ) }
+
+ ) }
{ sortedPartitionedSavables.map( ( list ) => {