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}