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

This commit is contained in:
2026-02-25 17:13:01 +01:00
parent 39476d0b53
commit 1d87de1fda

View File

@@ -89,6 +89,8 @@ const handleActivateA = async (button: typeof selected.value) => {
} else { } else {
confirmationModal.open({ confirmationModal.open({
text: $t("contact.openUrl", { url: url.replace(/^https?:\/\//, "") }), text: $t("contact.openUrl", { url: url.replace(/^https?:\/\//, "") }),
aLabel: $t("common.yes"),
bLabel: $t("common.no"),
onActivateA: async () => { onActivateA: async () => {
store.pushNotification($t("contact.opened", { item: verb })); store.pushNotification($t("contact.opened", { item: verb }));