Skip to content

Commit

Permalink
Merge branch 'development' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
BertalanD committed Oct 7, 2024
2 parents 650b910 + 1d82047 commit e99b55b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/dormitory/reservations/item_table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
<div id="fault-reporting-modal-{{ $item->id }}" class="modal">
<div class="modal-content">
<h4>{{ __($item->out_of_order ? 'reservations.report_fix' : 'reservations.report_fault') }}</h4>
<x-input.textarea id="message"
<x-input.textarea id="fault-message-{{ $item->id }}"
name="message"
:text="__('general.description')"
:helper="__('reservations.describe_what_happened')"/>
</div>
Expand Down

0 comments on commit e99b55b

Please sign in to comment.