Skip to content

Commit

Permalink
refactor: confirm key
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica committed Nov 8, 2023
1 parent 54e8642 commit 69ac474
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im2/common/home/actions/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 0 additions & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down

0 comments on commit 69ac474

Please sign in to comment.