瀏覽代碼

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

[Bug Fix] Fix key settings
daniel 3 月之前
父節點
當前提交
03247b64e2
共有 1 個文件被更改,包括 2 次插入2 次删除
  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(() => {