소스 검색

fix: corrected translation key for warehouse actions column

unknown 21 시간 전
부모
커밋
ff6b4f5f2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/admin/WarehouseSection.vue

+ 1 - 1
src/components/admin/WarehouseSection.vue

@@ -27,7 +27,7 @@
               <th class="p-4">{{ t("admin.fields.colors") }}</th>
               <th class="p-4 text-center">{{ t("admin.fields.quantity") }}</th>
               <th class="p-4 text-center">{{ t("admin.fields.status") }}</th>
-              <th class="p-4 text-right">{{ t("admin.actions.actions") }}</th>
+              <th class="p-4 text-right">{{ t("admin.labels.actions") }}</th>
             </tr>
           </thead>
           <tbody class="divide-y divide-border/20">