Sfoglia il codice sorgente

fix: corrected translation key for warehouse actions column

unknown 21 ore fa
parent
commit
ff6b4f5f2f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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">