diff --git a/src/components/wizard/BackendSelectionStep.tsx b/src/components/wizard/BackendSelectionStep.tsx index af151a5..c676e15 100644 --- a/src/components/wizard/BackendSelectionStep.tsx +++ b/src/components/wizard/BackendSelectionStep.tsx @@ -62,7 +62,7 @@ export function BackendSelectionStep() { return (
-

Step 1: Select Backend

+

Step 1: Select Backend

Name your remote and pick the cloud storage provider you want to connect to. Your choice determines which credentials are required in the next step. diff --git a/src/components/wizard/DeploymentStep.tsx b/src/components/wizard/DeploymentStep.tsx index 7f5f0b0..7d27da3 100644 --- a/src/components/wizard/DeploymentStep.tsx +++ b/src/components/wizard/DeploymentStep.tsx @@ -21,7 +21,7 @@ export function DeploymentStep() { return (

-

Step 3: Deployment Options

+

Step 3: Deployment Options

Choose how the generated config gets deployed to the target machine and which deployment script formats to produce. diff --git a/src/components/wizard/RemoteConfigStep.tsx b/src/components/wizard/RemoteConfigStep.tsx index e4eee6c..3c1fd58 100644 --- a/src/components/wizard/RemoteConfigStep.tsx +++ b/src/components/wizard/RemoteConfigStep.tsx @@ -62,7 +62,7 @@ export function RemoteConfigStep() { return (

-

Step 2: Configure {backendLabel[backendType]}

+

Step 2: Configure {backendLabel[backendType]}

Enter the credentials for your selected backend. These values are written directly into the generated rclone.conf and are never sent to any server. diff --git a/src/components/wizard/ReviewStep.tsx b/src/components/wizard/ReviewStep.tsx index a87f43a..aea453a 100644 --- a/src/components/wizard/ReviewStep.tsx +++ b/src/components/wizard/ReviewStep.tsx @@ -72,7 +72,7 @@ export function ReviewStep() { return (

-

Step 4: Review & Download

+

Step 4: Review & Download

Review your generated files and download them. Acknowledge the security notice before copying or downloading credentials.