diff --git a/modules/Updater/Resources/views/downloader/downloader.blade.php b/modules/Updater/Resources/views/downloader/downloader.blade.php index 961d2d2b..276c533a 100644 --- a/modules/Updater/Resources/views/downloader/downloader.blade.php +++ b/modules/Updater/Resources/views/downloader/downloader.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/index-start.blade.php b/modules/Updater/Resources/views/index-start.blade.php index c1e7fefe..ddbde149 100644 --- a/modules/Updater/Resources/views/index-start.blade.php +++ b/modules/Updater/Resources/views/index-start.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/steps/step1-no-update.blade.php b/modules/Updater/Resources/views/steps/step1-no-update.blade.php index 52a5383a..bbe70c32 100644 --- a/modules/Updater/Resources/views/steps/step1-no-update.blade.php +++ b/modules/Updater/Resources/views/steps/step1-no-update.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/steps/step1-update-available.blade.php b/modules/Updater/Resources/views/steps/step1-update-available.blade.php index 21d2f346..29f3e1d6 100644 --- a/modules/Updater/Resources/views/steps/step1-update-available.blade.php +++ b/modules/Updater/Resources/views/steps/step1-update-available.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update phpVMS') @section('content') diff --git a/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php b/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php index 19fd4000..045a16b6 100644 --- a/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php +++ b/modules/Updater/Resources/views/steps/step2-migrations-done.blade.php @@ -1,4 +1,4 @@ -@extends('installer::app') +@extends('updater::app') @section('title', 'Update Completed') @section('content')