Browse Source

Merge pull request #5889 from eufelipemateus/fix-key-settings

[Bug Fix] Fix key settings
daniel 3 tháng trước cách đây
mục cha
commit
03247b64e2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      resources/views/settings/relationships/home.blade.php

+ 2 - 2
resources/views/settings/relationships/home.blade.php

@@ -49,7 +49,7 @@
 				<input type="checkbox" name="check" class="form-control check-all">
 			</th> --}}
 			<th scope="col">{{__('settings.relationships.username')}}</th>
-			<th scope="col">{{__('settings.relationship.action')}}</th>
+			<th scope="col">{{__('settings.relationships.action')}}</th>
 		</tr>
 	</thead>
 	<tbody>
@@ -90,7 +90,7 @@
     background-color: #F7FAFC;
 }
 </style>
-@endpush 
+@endpush
 @push('scripts')
 <script type="text/javascript">
 	$(document).ready(() => {