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 }));