remove sms notification, add for document-marking title and title-description translate

This commit is contained in:
smanylov
2026-02-17 12:41:38 +07:00
parent 84bf085453
commit 0c20109254
5 changed files with 10 additions and 11 deletions
@@ -26,8 +26,8 @@ export default async function Page() {
return (
<div>
<PageTitleColorFrame
title="audio-protection"
description="multi-layered-protection-for-your-audios"
title="document-protection"
description="multi-layered-protection-for-your-document"
/>
<ProtectionStatistic fileType={FILE_TYPE} />
<UploadSectionFile
@@ -40,11 +40,6 @@ export default function SettingReferralProgram() {
<label>Email уведомления о новых рефералах</label>
</div>
<div className="checkbox-group">
<input type="checkbox" name="sms_notifications" defaultValue="1" />
<label>SMS уведомления о выплатах</label>
</div>
<div className="checkbox-group">
<input type="checkbox" name="marketing_emails" defaultValue="1" />
<label>Маркетинговые рассылки о программе</label>