fix translate add intends
This commit is contained in:
@@ -49,7 +49,7 @@ export default function ReportsInfo() {
|
||||
<div className="stat-value">
|
||||
{`${monitoringCount?.day}/${monitoringCount?.weekly}/${monitoringCount?.month}`}
|
||||
</div>
|
||||
<div className="stat-label">{t('monitoring')} {t('every')}: {t('day')}/{t('week')}/{t('month')}</div>
|
||||
<div className="stat-label">{t('monitoring')} {t('every')} {t('day')}/ {t('week_accusative')}/ {t('month')}</div>
|
||||
</div>
|
||||
|
||||
<div className="stat-card storage" data-icon="">
|
||||
|
||||
Reference in New Issue
Block a user