Merge branch 'master' into ADG-9565

This commit is contained in:
Ildar Kamalov
2025-01-29 13:42:29 +03:00
2 changed files with 24 additions and 15 deletions

View File

@@ -154,7 +154,7 @@ const Dashboard = ({
}}
disabled={processingProtection}>
{protectionDisabledDuration
? `${t('enable_protection_timer')} ${getRemaningTimeText(protectionDisabledDuration)}`
? `${t('enable_protection_timer', { time: getRemaningTimeText(protectionDisabledDuration) })}`
: getProtectionBtnText(protectionEnabled)}
</button>