diff --git a/app/views/setup.blade.php b/app/views/setup.blade.php
index 0a2c76df..b72d110a 100644
--- a/app/views/setup.blade.php
+++ b/app/views/setup.blade.php
@@ -40,6 +40,38 @@
{{ $errors->first('settings.app_domain') }}
@endif
+
+
+
+ @if($errors->has('settings.app_timezone'))
+ {{ $errors->first('settings.app_timezone') }}
+ @endif
+
+
+
+
+ @if($errors->has('settings.app_locale'))
+ {{ $errors->first('settings.app_locale') }}
+ @endif
+