Fix label issue on IO-1014

This commit is contained in:
Patrick Fic
2021-05-06 16:43:40 -07:00
parent b39a6e9e34
commit 2000c69ed5
5 changed files with 25 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ export function ContractsFindModalContainer({
<Modal
visible={visible}
width="70%"
title={t("payments.labels.findermodal")}
title={t("contracts.labels.findermodal")}
onCancel={() => toggleModalVisible()}
onOk={() => toggleModalVisible()}
destroyOnClose