@@ -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') }}
</div>
</form>