.wc-block-product-tag__selection { width: 100%; } .wc-block-product-tag__cancel-button.is-tertiary { margin: 1em auto 0; } import './style.scss'; import { getRedirectUrl } from '@automattic/jetpack-components'; import { ExternalLink } from '@wordpress/components'; import { useSelect } from '@wordpress/data'; import { createInterpolateElement } from '@wordpress/element'; import { __, sprintf } from '@wordpress/i18n'; import { STORE_ID } from '../../../store'; import StorageHelpPopover from '../storage-help-popover'; import { StorageUsageLevels } from '../storage-usage-levels'; import { useStorageUsageText } from './use-storage-usage-text'; const StorageUsageDetails = ( { storageUsed, storageLimit, lastBackupSize, planRetentionDays, usageLevel, onClickedPurchase, } ) => { const domain = useSelect( select => select( STORE_ID ).getCalypsoSlug() ); const usageText = useStorageUsageText( storageUsed, storageLimit ); const daysOfBackupsSaved = useSelect( select => select( STORE_ID ).getDaysOfBackupsSaved() ); let forecastInDays = 0; if ( storageLimit > 0 && lastBackupSize > 0 ) { forecastInDays = Math.floor( storageLimit / lastBackupSize ); } const singularDaysOfBackupLabel = __( '1 day of backups saved', 'jetpack-backup-pkg' ); const pluralDaysOfBackupLabel = sprintf( /* translators: %s: Number of days of backups saved. */ __( '%s days of backups saved', 'jetpack-backup-pkg' ), daysOfBackupsSaved ); return ( <>
{ usageText } { // Show popover only when usage level is normal, for other levels, // we already show separate message with CTA under progress bar forecastInDays < planRetentionDays && StorageUsageLevels.Normal === usageLevel && ( ) }
{ createInterpolateElement( daysOfBackupsSaved === 1 ? singularDaysOfBackupLabel : pluralDaysOfBackupLabel, { a: ( ), } ) }
); }; export default StorageUsageDetails; [REQ_ERR: 404] [KTrafficClient] Something is wrong. Enable debug mode to see the reason. Achievement – E-MAC TANZANIA

What Our Partners and Beneficiaries Say

Hear from our community members and explore the milestones we’ve achieved together.

E-MAC’s support in fighting FGM helped our girls dream beyond early marriage. We are seeing real change.

Pastor John L., Simanjiro

I learned how to sew and start a small business. Today, I can provide for my child with pride and independence.

Rehema M., Program Beneficiary, Morogoro

E-MAC supported our village with clean water, and it changed everything—from health to school attendance.

Fatuma A, Community Leader, Mvomero

📊 By the Numbers

Explore the milestones we’ve achieved together.

37

Traditional Birth Attendants abandoned FGM

91

Community water organizations formed (COWSOs)

150+

Young mothers trained and supported with starter kits

226

Youth-led microenterprises established

253

Youth trained in entrepreneurship and life skills

1k+

Girls educated on reproductive health and FGM

120,000+

Trees planted through climate action programs

230,000+

People reached through our mobile health clinics

Scroll to Top