We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eccd02 commit cece812Copy full SHA for cece812
1 file changed
resources/views/about.blade.php
@@ -13,7 +13,7 @@
13
<p>Build Information</p>
14
<dt>Version: {{env('POLR_VERSION')}}</dt>
15
<dt>Release date: {{env('POLR_RELDATE')}}</dt>
16
- <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>
17
</dl>
18
<p>You are seeing the information above because you are logged in as an administrator.</p>
19
@endif
0 commit comments