From 69ac4742765e13467a6e1c47974d260b09a82b55 Mon Sep 17 00:00:00 2001 From: balogunofafrica Date: Mon, 6 Nov 2023 13:40:16 +0100 Subject: [PATCH] refactor: confirm key --- src/status_im2/common/home/actions/view.cljs | 2 +- translations/en.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im2/common/home/actions/view.cljs b/src/status_im2/common/home/actions/view.cljs index 804be5dcb36e..da29d3194213 100644 --- a/src/status_im2/common/home/actions/view.cljs +++ b/src/status_im2/common/home/actions/view.cljs @@ -91,7 +91,7 @@ :description (i18n/label :t/close-chat-confirmation) :context item :accessibility-label :close-chat-confirm - :button-text (i18n/label :t/close-chat?) + :button-text (i18n/label :t/confirm) :close-button-text (i18n/label :t/cancel) :on-press (fn [] (hide-sheet-and-dispatch [:chat.ui/close-chat chat-id]) diff --git a/translations/en.json b/translations/en.json index bd8ed7855caf..9db534f92734 100644 --- a/translations/en.json +++ b/translations/en.json @@ -441,7 +441,6 @@ "delete-bootnode-are-you-sure": "Are you sure you want to delete this bootnode?", "delete-bootnode-title": "Delete bootnode", "close-chat": "Close chat", - "close-chat?": "Confirm", "close-chat-confirmation": "This conversation will disappear from the list.\nIt will appear again if the contact sends a new message.", "delete-category-confirmation": "Are you sure you want to delete this category?", "delete-confirmation": "Delete?",