From 281cd86117d1207a86d2d53d92868461e8c48212 Mon Sep 17 00:00:00 2001 From: kjh Date: Wed, 4 Sep 2024 11:59:15 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=B2=84=ED=8A=BC=20=EC=86=8D=EC=84=B1=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp b/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp index ddc1fa3..2d3461a 100644 --- a/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp +++ b/mens-api/src/main/webapp/WEB-INF/jsp/notiprnt.jsp @@ -211,7 +211,7 @@ txt = txt.replace(new RegExp(str, 'g'), span.outerHTML); if (txt.indexOf(str) > -1 && style['use-copybutton']) { let btn = document.createElement('button'); - let btn_text = document.createTextNode('복사하기'); + let btn_text = document.createTextNode('복사'); btn.appendChild(btn_text); btn.setAttribute('type', 'button'); btn.setAttribute('data-text', str);