From 70bba6ebe4ef08782f0dfabe5cd57701706b8aac Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 25 Feb 2026 17:13:01 +0100 Subject: [PATCH] fix(contact): confirm/cancel -> yes/no --- app/components/Contact/BottomScreen/Buttons.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/Contact/BottomScreen/Buttons.vue b/app/components/Contact/BottomScreen/Buttons.vue index c1c2321..8fe7905 100644 --- a/app/components/Contact/BottomScreen/Buttons.vue +++ b/app/components/Contact/BottomScreen/Buttons.vue @@ -89,6 +89,8 @@ const handleActivateA = async (button: typeof selected.value) => { } else { confirmationModal.open({ text: $t("contact.openUrl", { url: url.replace(/^https?:\/\//, "") }), + aLabel: $t("common.yes"), + bLabel: $t("common.no"), onActivateA: async () => { store.pushNotification($t("contact.opened", { item: verb }));