diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 7f08d23c9..ee0034f22 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -252,9 +252,7 @@ "userUnbanned": "User unbanned successfully", "userUnbanFailed": "Unban failed!", "banUser": "Ban User", - "banUserConfirm": "Are you sure you want to ban the user?", "banUserAndDeleteAll": "Ban and Delete All", - "banUserAndDeleteAllConfirm": "Are you sure you want to ban the user and delete all his messages?", "userBanned": "Banned successfully", "userBanFailed": "Ban failed!", "leaveGroup": "Leave Group", @@ -463,5 +461,6 @@ "callMediaPermissionsDialogContent": "The current implementation of voice/video calls will expose your IP address to the Oxen Foundation servers and the calling/called user.", "menuCall": "Call", "startedACall": "You called $name$", - "answeredACall": "Call with $name$" + "answeredACall": "Call with $name$", + "banAndDeleteAllDialogTitle": "Ban and Delete All Messages Confirmation" } diff --git a/ts/components/SessionWrapperModal.tsx b/ts/components/SessionWrapperModal.tsx index f34453342..c317132e6 100644 --- a/ts/components/SessionWrapperModal.tsx +++ b/ts/components/SessionWrapperModal.tsx @@ -106,6 +106,7 @@ export const SessionWrapperModal = (props: SessionWrapperModalType) => {