remove sms notification, add for document-marking title and title-description translate
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user