File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/routes/[network]/(account)/create-account/direct Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 297
297
"common_unstaking" : " Unstaking" ,
298
298
"common_usable_for" : " Usable for" ,
299
299
"common_use_current_public_keys" : " Use the public keys from my current account" ,
300
+ "common_use_custom_public_keys" : " Enter a custom owner and active public key" ,
300
301
"common_used" : " Used" ,
301
302
"common_value" : " Value" ,
302
303
"common_value_with_amount" : " Value: {amount}" ,
Original file line number Diff line number Diff line change 344
344
onclick ={handleMirrorKeys }
345
345
class ={! showAll && f .current !== ' publickey' ? ' hidden' : ' ' }
346
346
>
347
- <fieldset class =" flex items-center gap-3" >
348
- <Checkbox checked ={mirrorKeys } id =" mirror-keys" />
349
- <Label for ="mirror-keys" >{m .common_use_current_public_keys ()}</Label >
350
- </fieldset >
347
+ {#if mirrorKeys }
348
+ {m .common_use_custom_public_keys ()}
349
+ {:else }
350
+ {m .common_use_current_public_keys ()}
351
+ {/if }
351
352
</Button >
352
353
{/ snippet }
353
354
You can’t perform that action at this time.
0 commit comments