Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/views/about.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index a1afdcd..2b0c2b8 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -13,7 +13,7 @@
<p>Build Information</p>
<dt>Version: {{env('POLR_VERSION')}}</dt>
<dt>Release date: {{env('POLR_RELDATE')}}</dt>
- <dt>App Install : {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}<dt>
+ <dt>App Install: {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}<dt>
</dl>
<p>You are seeing the information above because you are logged in as an administrator.</p>
@endif