Prechádzať zdrojové kódy

fix: corrected save button translation key in warehouse section

unknown 22 hodín pred
rodič
commit
5a7225194b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/components/admin/WarehouseSection.vue

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

@@ -121,7 +121,7 @@
                {{ t('admin.actions.cancel') }}
              </button>
              <button type="submit" class="flex-2 bg-primary text-white px-8 py-3 rounded-xl text-xs font-black uppercase tracking-widest hover:shadow-glow transition-all">
-               {{ editingId ? t('common.actions.save') : t('admin.actions.add') }}
+               {{ editingId ? t('admin.actions.save') : t('admin.actions.add') }}
              </button>
           </div>
         </form>