diff --git a/client/src/components/Dashboard/index.tsx b/client/src/components/Dashboard/index.tsx index 8dacfd6b..e7d39ae6 100644 --- a/client/src/components/Dashboard/index.tsx +++ b/client/src/components/Dashboard/index.tsx @@ -154,7 +154,7 @@ const Dashboard = ({ }} disabled={processingProtection}> {protectionDisabledDuration - ? `${t('enable_protection_timer')} ${getRemaningTimeText(protectionDisabledDuration)}` + ? `${t('enable_protection_timer', { time: getRemaningTimeText(protectionDisabledDuration) })}` : getProtectionBtnText(protectionEnabled)}