From 2c9ed92d23d44897ea8a2a199fcc8f5027fa6450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Wed, 8 Jan 2025 14:31:13 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-2641]=20=EC=97=90=EB=9F=AC=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=ED=8C=9D=EC=97=85=20=EB=A9=94=EC=8B=9C=EC=A7=80=20?= =?UTF-8?q?=201044=20=EC=97=90=EB=9F=AC=EC=BD=94=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/utils/Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/utils/Config.js b/com.twin.app.shoptime/src/utils/Config.js index 3f096278..f3f053be 100644 --- a/com.twin.app.shoptime/src/utils/Config.js +++ b/com.twin.app.shoptime/src/utils/Config.js @@ -579,6 +579,6 @@ export const ERROR_MESSAGES_GROUPS = [ }, { codes: [1044], - message: $L("Order request failed."), + message: $L("The order request has failed."), }, ];