We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53132ed commit a609008Copy full SHA for a609008
1 file changed
View/ReportClients.html.twig
@@ -10,8 +10,10 @@
10
<div class="container-fluid">
11
<div class="row mt-3">
12
<div class="col-12 text-center">
13
- <h1 class="h3 mb-3 text-gray-800"><i class="fa-solid fa-users"></i> {{ trans('clients') }}
14
- - {{ trans('report') }}</h1>
+ <h1 class="h3 mb-3 text-gray-800">
+ <i class="fa-solid fa-users"></i>
15
+ {{ trans('clients') }} - {{ trans('report') }}
16
+ </h1>
17
</div>
18
19
0 commit comments