fix clear all message requests modal

pull/1023/head
Ryan ZHAO 7 months ago
parent 9dde3ed8ac
commit ff75dd9392

@ -205,7 +205,8 @@ class MessageRequestsViewModel: SessionTableViewModel, NavigatableStateHolder, O
onTap: { [weak self] in
let modal: ConfirmationModal = ConfirmationModal(
info: ConfirmationModal.Info(
title: "messageRequestsClearAllExplanation".localized(),
title: "clearAll".localized(),
body: .text("messageRequestsClearAllExplanation".localized()),
accessibility: Accessibility(
identifier: "Clear all"
),

Loading…
Cancel
Save