Skip to content

Commit ca0add4

Browse files
committed
Localization and linting
1 parent 538da23 commit ca0add4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

messages/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
"common_unstaked": "Unstaked",
297297
"common_unstaking": "Unstaking",
298298
"common_usable_for": "Usable for",
299+
"common_use_current_public_keys": "Use the public keys from my current account",
299300
"common_used": "Used",
300301
"common_value": "Value",
301302
"common_value_with_amount": "Value: {amount}",

src/routes/[network]/(account)/create-account/direct/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
>
347347
<fieldset class="flex items-center gap-3">
348348
<Checkbox checked={mirrorKeys} id="mirror-keys" />
349-
<Label for="mirror-keys">Use the public keys from my current account</Label>
349+
<Label for="mirror-keys">{m.common_use_current_public_keys()}</Label>
350350
</fieldset>
351351
</Button>
352352
{/snippet}

src/routes/[network]/(account)/swap/[basecontract]/[basesymbol]/[quotecontract]/[quotesymbol]/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
4949
const swap = $derived.by(() => market.market.getSwap(data.base.id, data.quote.id));
5050
const reversible = $derived(swap && swap.reversible);
51-
$inspect(swap)
5251
5352
const feeAppliedTo = $derived(
5453
swap && swap.fee && swap.fee.token.symbol.equals(baseQuantity.symbol)

0 commit comments

Comments
 (0)