diff --git a/module/admin/ui/register.html.php b/module/admin/ui/register.html.php
index cbff391bf0..d6f28c18eb 100644
--- a/module/admin/ui/register.html.php
+++ b/module/admin/ui/register.html.php
@@ -20,11 +20,12 @@ set::zui(true);
$checked = $agreeUX == 'true' ? 'checked' : '';
-if (strpos($_SERVER['REQUEST_URI'], '_single=1') !== false) {
+if(strpos($_SERVER['REQUEST_URI'], '_single=1') !== false)
+{
div
(
setClass('install-logo'),
- img(set::src('static/images/install-logo.png'))
+ img(set::src('static/images/install_logo.png'))
);
}
else
diff --git a/module/install/ui/step6.html.php b/module/install/ui/step6.html.php
index 0fab02e692..616547cdd2 100644
--- a/module/install/ui/step6.html.php
+++ b/module/install/ui/step6.html.php
@@ -40,7 +40,7 @@ div
setClass('flex mb-4'),
img(
setClass('check-img'),
- set::src('static/images/install-success.png')
+ set::src('static/images/install_success.png')
),
),
cell(
diff --git a/www/static/images/install-logo.png b/www/static/images/install_logo.png
similarity index 100%
rename from www/static/images/install-logo.png
rename to www/static/images/install_logo.png
diff --git a/www/static/images/install-success.png b/www/static/images/install_success.png
similarity index 100%
rename from www/static/images/install-success.png
rename to www/static/images/install_success.png
diff --git a/www/static/svg/admin-adminregister.svg b/www/static/svg/admin-adminregister.svg
index 6a176f3f2e..a82b841b1c 100644
--- a/www/static/svg/admin-adminregister.svg
+++ b/www/static/svg/admin-adminregister.svg
@@ -1,8 +1,13 @@
-