From 5381bb2f44a42bdf621a2cce8f5772121996c2ed Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Tue, 4 Feb 2014 01:37:56 +0100 Subject: [PATCH] Fixed typo (are -> is) --- templates/backOffice/default/category-edit.html | 2 +- templates/backOffice/default/content-edit.html | 4 ++-- templates/backOffice/default/folder-edit.html | 2 +- templates/backOffice/default/product-edit.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/backOffice/default/category-edit.html b/templates/backOffice/default/category-edit.html index d6d7f6e1d..5286e3ac9 100644 --- a/templates/backOffice/default/category-edit.html +++ b/templates/backOffice/default/category-edit.html @@ -265,7 +265,7 @@ {if $countvar == 0}
- {intl l="There are currently no active module here."} + {intl l="There is currently no active module here."}
{/if} diff --git a/templates/backOffice/default/content-edit.html b/templates/backOffice/default/content-edit.html index fba40a1e1..3d8f778fe 100644 --- a/templates/backOffice/default/content-edit.html +++ b/templates/backOffice/default/content-edit.html @@ -97,7 +97,7 @@ {$myparent=$DEFAULT_FOLDER} {loop name="fold-parent" type="folder-tree" visible="*" folder="0"} - {/loop } + {/loop} @@ -160,7 +160,7 @@ {if $countvar == 0}
- {intl l="There are currently no active module here."} + {intl l="There is currently no active module here."}
{/if} diff --git a/templates/backOffice/default/folder-edit.html b/templates/backOffice/default/folder-edit.html index 30dde9a2b..22523bc7a 100644 --- a/templates/backOffice/default/folder-edit.html +++ b/templates/backOffice/default/folder-edit.html @@ -147,7 +147,7 @@ {if $countvar == 0}
- {intl l="There are currently no active module here."} + {intl l="There is currently no active module here."}
{/if} diff --git a/templates/backOffice/default/product-edit.html b/templates/backOffice/default/product-edit.html index f3deaa993..d8a95d9a6 100644 --- a/templates/backOffice/default/product-edit.html +++ b/templates/backOffice/default/product-edit.html @@ -113,7 +113,7 @@ {if $countvar == 0}
- {intl l="There are currently no active module here."} + {intl l="There is currently no active module here."}
{/if}