- {{ __('SSH Key Generation Command') }} -
- -{{ __('Run this command in your terminal to generate SSH keys:') }}
@@ -91,13 +96,18 @@ class="flex-grow sm:flex-grow-0 bg-white/10 hover:bg-white/20 backdrop-blur-sm p {{ __('How to Set Passphrase') }} -- {{ __('How to Set SSH Passphrase') }} -
- -{{ __('To set the SSH passphrase:') }}
- {{ __('Open your .env file') }} diff --git a/resources/views/partials/steps-to-get-started/view.blade.php b/resources/views/partials/steps-to-get-started/view.blade.php index 959c9c2f..abc26560 100644 --- a/resources/views/partials/steps-to-get-started/view.blade.php +++ b/resources/views/partials/steps-to-get-started/view.blade.php @@ -1,26 +1,38 @@
{{ __('Steps to Get Started') }}
- +{{ __('Follow these steps to set up your backup system quickly and easily.') }}
+ {{ __('Please generate SSH keys before proceeding with the first step.') }} +
+
+
{{ $step['title'] }}
@if (isset($step['icons']))
-
+
@foreach ($step['icons'] as $icon)
-
+
@endforeach
@endif
-
+
{{ $step['description'] }}
@if (isset($step['additional_info']))
@@ -61,15 +73,15 @@
@endif
@if (Auth::user()->{$step['step'] == 1 ? 'remoteServers' : 'backupDestinations'}->isNotEmpty())
-
-
+
+
@svg('heroicon-o-check-circle', 'h-5 w-5 mr-2')
{{ __('You have completed this step.') }}
@elseif ($step['condition'])
-
-
+
+
{{ $step['buttonText'] }}
@svg('heroicon-o-arrow-right', 'h-5 w-5 ml-2 inline-block transition-transform duration-300 group-hover:translate-x-1')
@@ -88,7 +100,7 @@
- {{ __("You're on your way to secure, automated backups!") }}
+ {{ __("You're on your way to secure, automated backups!") }}
+
{{ $step['description'] }}
@if (isset($step['additional_info'])) @@ -61,15 +73,15 @@ @endif+
@svg('heroicon-o-check-circle', 'h-5 w-5 mr-2') {{ __('You have completed this step.') }}
{{ __("You're on your way to secure, automated backups!") }}
+{{ __("You're on your way to secure, automated backups!") }}