commit f698a88bddd7967ca523a2e42bb367ee260577ad parent 9227e08800df74b50369102088b8cae089859a4f Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Tue, 25 May 2021 04:24:42 -0400 add hyphen Diffstat:
| M | packages/frontend/src/paths/instance/orders/details/DetailPage.tsx | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx b/packages/frontend/src/paths/instance/orders/details/DetailPage.tsx @@ -330,7 +330,7 @@ function PaidPage({ id, order, onRefund }: { id: string; order: MerchantBackend. <InputLocation name="payments.delivery_location" /> </InputGroup> } - <InputDuration<CT> readonly name="auto_refund" label={i18n`Auto refund delay`} tooltip={i18n`how long the wallet should try to get an automatic refund for the purchase`} /> + <InputDuration<CT> readonly name="auto_refund" label={i18n`Auto-refund delay`} tooltip={i18n`how long the wallet should try to get an automatic refund for the purchase`} /> <Input<CT> readonly name="extra" label={i18n`Extra info`} tooltip={i18n`extra data that is only interpreted by the merchant frontend`} /> </FormProvider> </div>