diff --git a/admin-dev/themes/template/group_shop/form.tpl b/admin-dev/themes/template/group_shop/form.tpl
index 4338ad3ae..3b1a56f87 100644
--- a/admin-dev/themes/template/group_shop/form.tpl
+++ b/admin-dev/themes/template/group_shop/form.tpl
@@ -47,7 +47,7 @@
{block name="label"}
{if $input.type == 'text' && $input.name == 'name'}
-
{l s ='You can\'t edit GroupShop when you have more than one Shop'}
+ {l s='You can\'t edit GroupShop when you have more than one Shop'}
{/if}
{if isset($input.label)}
diff --git a/admin-dev/themes/template/helper/form/form.tpl b/admin-dev/themes/template/helper/form/form.tpl
index 044f1ea80..0d4e05356 100644
--- a/admin-dev/themes/template/helper/form/form.tpl
+++ b/admin-dev/themes/template/helper/form/form.tpl
@@ -333,7 +333,7 @@
{block name="other_input"}{/block}
{/foreach}
{if $required_fields}
- * {l s ='Required field'}
+ * {l s='Required field'}
{/if}
{block name="other_fieldsets"}{/block}
diff --git a/admin-dev/themes/template/helper/options/options.tpl b/admin-dev/themes/template/helper/options/options.tpl
index 96aeccda7..b08bfec5a 100644
--- a/admin-dev/themes/template/helper/options/options.tpl
+++ b/admin-dev/themes/template/helper/options/options.tpl
@@ -203,7 +203,7 @@
{/if}
{if $required_fields}
- * {l s ='Required field'}
+ * {l s='Required field'}
{/if}
{if isset($categoryData['bottom'])}{$categoryData['bottom']}{/if}
diff --git a/admin-dev/themes/template/request_sql/view.tpl b/admin-dev/themes/template/request_sql/view.tpl
index b4bdaa0b5..6f38cdf30 100644
--- a/admin-dev/themes/template/request_sql/view.tpl
+++ b/admin-dev/themes/template/request_sql/view.tpl
@@ -28,7 +28,7 @@
{block name="override_tpl"}
{if isset($view['error'])}
- {l s ='This query has no result.'}
+ {l s='This query has no result.'}
{else}
{$view['name']}
diff --git a/admin-dev/themes/template/stores/form.tpl b/admin-dev/themes/template/stores/form.tpl
index c51982ff0..d6c348a0e 100644
--- a/admin-dev/themes/template/stores/form.tpl
+++ b/admin-dev/themes/template/stores/form.tpl
@@ -60,7 +60,7 @@