commit f62b570fafdaf92f69d642e8af8155d2edbd6b73 parent 7f3261e44aca8033b780e1d6fae3da982e97186d Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Mon, 24 May 2021 09:19:06 -0400 fix typo: s/fronted/frontend/ 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 @@ -331,7 +331,7 @@ function PaidPage({ id, order, onRefund }: { id: string; order: MerchantBackend. </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`} /> - <Input<CT> readonly name="extra" label={i18n`Extra info`} tooltip={i18n`extra data that is only interpreted by the merchant fronted`} /> + <Input<CT> readonly name="extra" label={i18n`Extra info`} tooltip={i18n`extra data that is only interpreted by the merchant frontend`} /> </FormProvider> </div> <div class="column" />