Renames
This commit is contained in:
parent
8b6cc9cd98
commit
0e8c54af75
|
@ -185,7 +185,7 @@
|
||||||
isValid: $validation.valid,
|
isValid: $validation.valid,
|
||||||
},
|
},
|
||||||
[Step.SET_PASSWORD]: {
|
[Step.SET_PASSWORD]: {
|
||||||
title: "Confirm password",
|
title: "Provide the export password",
|
||||||
confirmText: "Import app",
|
confirmText: "Import app",
|
||||||
onConfirm: async () => {
|
onConfirm: async () => {
|
||||||
try {
|
try {
|
||||||
|
@ -264,7 +264,8 @@
|
||||||
{#if currentStep === Step.SET_PASSWORD}
|
{#if currentStep === Step.SET_PASSWORD}
|
||||||
<Input
|
<Input
|
||||||
autofocus={true}
|
autofocus={true}
|
||||||
label="Exported password"
|
label="Imported file password"
|
||||||
|
type="password"
|
||||||
bind:value={$values.encryptionPassword}
|
bind:value={$values.encryptionPassword}
|
||||||
disabled={creating}
|
disabled={creating}
|
||||||
on:blur={() => ($encryptionValidation.touched.encryptionPassword = true)}
|
on:blur={() => ($encryptionValidation.touched.encryptionPassword = true)}
|
||||||
|
|
Loading…
Reference in New Issue