Jelajahi Sumber

fix: corrected translation key for warehouse actions column

unknown 22 jam lalu
induk
melakukan
ff6b4f5f2f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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">