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