Update notification setting description
Update the description of the security notification setting.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import React, { useState } from 'react';
|
||||
import { ArrowLeft, BellOff, MessageCircle, Mail, Shield, Volume2 } from 'lucide-react';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
@@ -43,7 +44,7 @@ const NotificationSettings = () => {
|
||||
{
|
||||
id: 'security',
|
||||
title: '보안 알림',
|
||||
description: '계정 로그인 및 중요 변경사항에 대한 알림을 받습니다.',
|
||||
description: '계정 로그인 및 중요 변경사항에 대한 알림을 이메일로 받습니다.',
|
||||
icon: <Shield size={20} />,
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user