diff --git a/client/components/jetpack/backup-schedule-setting/index.tsx b/client/components/jetpack/backup-schedule-setting/index.tsx index 79a825fd5b29f..a6f1c895da67a 100644 --- a/client/components/jetpack/backup-schedule-setting/index.tsx +++ b/client/components/jetpack/backup-schedule-setting/index.tsx @@ -2,6 +2,7 @@ import { Card } from '@automattic/components'; import { SelectControl } from '@wordpress/components'; import { useTranslate } from 'i18n-calypso'; import type { FunctionComponent } from 'react'; +import './style.scss'; // Helper function to generate all time slots const generateTimeSlots = (): { label: string; value: string }[] => { @@ -22,14 +23,14 @@ const BackupScheduleSetting: FunctionComponent = () => { const options = generateTimeSlots(); return ( -
+

{ translate( 'Backup schedule' ) }

{ translate( - 'Pick a timeframe for your backup to run. Some site owners prefer scheduling backups at specific times for better control' + 'Pick a timeframe for your backup to run. Some site owners prefer scheduling backups at specific times for better control.' ) }