We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1fa12 commit a223b00Copy full SHA for a223b00
โsrc/common/components/NoResult/index.tsxโ
@@ -25,7 +25,7 @@ const NoResult = ({ type }: Props) => {
25
if (type === 'chat') return '์ํ์ ๊ด์ฌ ์๋ ์ฌ๋์ด ๋ํ๋๋ฉด\n์ฑํ ์ ์ฃผ๊ณ ๋ฐ์ ์ ์์ต๋๋ค.';
26
if (type === 'chat-list') return '์ฑํ ์ ์์ํด ๋ณด์ธ์.';
27
if (type === 'pick') return 'PICK์ ์์ฑํด ๋ณด์ธ์.';
28
- if (type === 'notification') return 'PICK์ ์์ฑํด ๋ณด์ธ์.';
+ if (type === 'notification') return '์๋ฆผ ์ค๋ฉด ๋ฐ๋ก ์๋ ค๋๋ฆด๊ฒ์!';
29
if (type === 'my-trade') return '์ํ์ ๋ฑ๋กํด ๋ณด์ธ์.';
30
return '์ํ๋ ์ํ์ ๊ด์ฌ๋ชฉ๋ก์ ๋ด์ ๋ณด์ธ์.';
31
})();
0 commit comments