diff --git a/client/assets/langs/en.json b/client/assets/langs/en.json index bb5a50c8..5c6e55f0 100644 --- a/client/assets/langs/en.json +++ b/client/assets/langs/en.json @@ -1,6 +1,8 @@ { "ADD_FRIEND": "Add", "AGREE": "Agree", + "APP_UPDATE": "App Update", + "APP_UPDATE_DESC": "There are no big updates. These updates can be reflected by reloading the app. Do you want to reflect now?", "BAN_USER": "Ban User", "BAN_USER_TEXT": "Do you want to ban current user? If then, you will not receive any messages from the user.", "BLOCKED_USER": "Blocked User", @@ -124,7 +126,5 @@ "VIDEO": "Video", "WARNING": "Warning", "WRITE_MESSAGE": "Write message...", - "YES": "Yes", - "APP_UPDATE": "App Update", - "APP_UPDATE_DESC": "There are no big updates. These updates can be reflected by reloading the app. Do you want to reflect now?" + "YES": "Yes" } \ No newline at end of file diff --git a/client/assets/langs/ko.json b/client/assets/langs/ko.json index d25a03c2..9414859c 100644 --- a/client/assets/langs/ko.json +++ b/client/assets/langs/ko.json @@ -1,6 +1,8 @@ { "ADD_FRIEND": "친구추가", "AGREE": "동의", + "APP_UPDATE": "앱 업데이트", + "APP_UPDATE_DESC": "크지 않은 업데이트가 있습니다. 해당 업데이트는 앱을 새로고침하여 반영할 수 있습니다. 지금 반영 하시겠습니까?", "BAN_USER": "유저 차단", "BAN_USER_TEXT": "선택한 유저를 차단하시겠습니까? 유저를 차단하면 해당 유저의 모든 메시지를 보거나 받을 수 없습니다.", "BLOCKED_USER": "차단된 유저", @@ -124,7 +126,5 @@ "VIDEO": "비디오", "WARNING": "경고", "WRITE_MESSAGE": "메세지를 입력해주세요…", - "YES": "예", - "APP_UPDATE": "앱 업데이트", - "APP_UPDATE_DESC": "크지 않은 업데이트가 있습니다. 해당 업데이트는 앱을 새로고침하여 반영할 수 있습니다. 지금 반영 하시겠습니까?" + "YES": "예" } diff --git a/client/src/components/pages/__tests__/__snapshots__/Message.test.tsx.snap b/client/src/components/pages/__tests__/__snapshots__/Message.test.tsx.snap index 49676534..09b95817 100644 --- a/client/src/components/pages/__tests__/__snapshots__/Message.test.tsx.snap +++ b/client/src/components/pages/__tests__/__snapshots__/Message.test.tsx.snap @@ -868,9 +868,18 @@ fragment ProfileModal_user on User { } } > - + + +