{ ( () => {
if ( ! siteHasEligiblePlugins && canCreateSchedules ) {
return translate(
'To set up schedules to update your plugins, first you need to install plugins that are not managed by the plugin provider.'
);
} else if ( ! canCreateSchedules ) {
return translate( 'This site is unable to schedule auto-updates for plugins.' );
}
return translate(
"Take control of your site's maintenance by choosing when your plugins update—whatever day and time is most convenient. Enjoy hassle-free automatic updates with our built-in rollback feature, reverting any flawed updates for added peace of mind."
);
} )() }
{ ( () => {
if ( ! siteHasEligiblePlugins && canCreateSchedules ) {
return (
);
}
return (
);
} )() }