-typos
This commit is contained in:
parent
e9a170d291
commit
4a104415fe
@ -47,7 +47,7 @@ describe("All the examples:", () => {
|
|||||||
const B = h(example.render.component, example.render.props);
|
const B = h(example.render.component, example.render.props);
|
||||||
//FIXME:
|
//FIXME:
|
||||||
//some components push the alter in the UI function
|
//some components push the alter in the UI function
|
||||||
//that's not correct, should be moved into the sate function
|
//that's not correct, should be moved into the state function
|
||||||
// until then, we ran the tests with the alert provider
|
// until then, we ran the tests with the alert provider
|
||||||
return h(AlertProvider, { children: B }, B);
|
return h(AlertProvider, { children: B }, B);
|
||||||
}
|
}
|
||||||
|
@ -299,7 +299,7 @@ function TransactionTemplate({
|
|||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
<i18n.Translate>
|
<i18n.Translate>
|
||||||
Doing a cancelation while the transaction still active might
|
Doing a cancellation while the transaction still active might
|
||||||
result in lost coins. Do you still want to cancel the
|
result in lost coins. Do you still want to cancel the
|
||||||
transaction?
|
transaction?
|
||||||
</i18n.Translate>
|
</i18n.Translate>
|
||||||
|
Loading…
Reference in New Issue
Block a user