fix(contact): confirm/cancel -> yes/no
This commit is contained in:
@@ -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 }));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user