Update notification setting description

Update the description of the security notification setting.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 04:40:05 +00:00
parent 7b9d0fffdb
commit b1135f2855

View File

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