From 9ceddf4870593d9e8735aae959a4d9e753abda94 Mon Sep 17 00:00:00 2001 From: gmorel Date: Thu, 26 Sep 2013 14:12:53 +0200 Subject: [PATCH] WIP : Condition : refactor name --- templates/admin/default/coupon/form.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/admin/default/coupon/form.html b/templates/admin/default/coupon/form.html index 2eb6487ac..fc62834a4 100644 --- a/templates/admin/default/coupon/form.html +++ b/templates/admin/default/coupon/form.html @@ -167,13 +167,13 @@ {if $noRules} - {include file='includes/notifications.html' message={intl l='Please save your Coupon in oder to affect it some application fields'}} + {include file='includes/notifications.html' message={intl l='Please save your Coupon in oder to affect it some conditions'}} {else}
@@ -182,7 +182,7 @@ - {include file='coupon/rules.html' rules=$rules} + {include file='coupon/conditions.html' conditions=$rules}
- {intl l='Rules'} + {intl l='Conditions'}
@@ -191,7 +191,7 @@