Fix russian language for creating ticket

This commit is contained in:
maranqz
2019-07-19 13:46:54 +03:00
committed by Manish Verma
parent 500f674473
commit 4aca819f54
18 changed files with 130 additions and 41 deletions

View File

@@ -210,7 +210,7 @@ class = "nav-item active"
<div class="col-md-12 form-group">
<label>{!! Lang::get('lang.attachment') !!}</label>
<input type="file" name="attachment[]" multiple/><br/>
{!! Lang::get('lang.max') !!}. 10MB
{!! Lang::get('lang.max') !!}. {!! $max_size_in_actual !!}
</div>
{{-- Event fire --}}
<?php Event::fire(new App\Events\ClientTicketForm()); ?>