.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. Socio-economic empowerment through WASH Business in Arusha – E-MAC TANZANIA

Socio-economic empowerment through WASH Business in Arusha

With the efforts in reducing time for women  fetching water (more time to do other economic  activities), The importance of women’s empowerment cannot be overemphasized. However, economic empowerment is imperative in order to make women truly independent. In working towards achieving this , E-MAC in collaboration under WASH and Learn 3.0 organized an intensive Liquid soap making workshop for the women of Ilkiding’a communities. The training transferred skills that would provide the women with an income-generating venture to enable them to make extra money to supplement household income and as a way of their inclusion in WASH Business.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top