Fix russian language for creating ticket
This commit is contained in:
2
resources/views/themes/default1/client/helpdesk/form.blade.php
Normal file → Executable file
2
resources/views/themes/default1/client/helpdesk/form.blade.php
Normal file → Executable 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()); ?>
|
||||
|
Reference in New Issue
Block a user