fix(contact): confirm/cancel -> yes/no

This commit is contained in:
2026-02-25 17:13:01 +01:00
parent a50af98f9a
commit 70bba6ebe4

View File

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