From 9f11f475eeaf3d7b95a579f1e605779fc3536e46 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Wed, 30 Oct 2013 15:47:21 +0100 Subject: [PATCH] Typo --- templates/admin/default/product-edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/default/product-edit.html b/templates/admin/default/product-edit.html index 184fb916b..e05bc7434 100644 --- a/templates/admin/default/product-edit.html +++ b/templates/admin/default/product-edit.html @@ -347,7 +347,7 @@ $(function() { // -- Combination builder stuff -------------------------------------------- $('#open_combination_builder').click(function(ev) { - if (! confirm("{intl l='Existing combiations will be deleted. Do you want to continue ?'}'")) { + if (! confirm("{intl l='Existing combinations will be deleted. Do you want to continue ?'}'")) { ev.preventDefault(); ev.stopPropagation(); }