Procházet zdrojové kódy

fix: corrected save button translation key in warehouse section

unknown před 21 hodinami
rodič
revize
5a7225194b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>