diff --git a/client/res/templates/admin/entity-manager/index.tpl b/client/res/templates/admin/entity-manager/index.tpl
index cb01ece2f4..ee8c9a9b89 100644
--- a/client/res/templates/admin/entity-manager/index.tpl
+++ b/client/res/templates/admin/entity-manager/index.tpl
@@ -19,6 +19,7 @@
placeholder="{{translate 'Search'}}"
data-name="quick-search"
class="form-control"
+ spellcheck="false"
>
diff --git a/client/res/templates/admin/field-manager/list.tpl b/client/res/templates/admin/field-manager/list.tpl
index 5b1232e273..d1d1241b3e 100644
--- a/client/res/templates/admin/field-manager/list.tpl
+++ b/client/res/templates/admin/field-manager/list.tpl
@@ -17,6 +17,7 @@
placeholder="{{translate 'Search'}}"
data-name="quick-search"
class="form-control"
+ spellcheck="false"
>
diff --git a/client/res/templates/admin/index.tpl b/client/res/templates/admin/index.tpl
index 395df5ef5e..06f6a1409d 100644
--- a/client/res/templates/admin/index.tpl
+++ b/client/res/templates/admin/index.tpl
@@ -4,8 +4,14 @@
\ No newline at end of file
+
diff --git a/client/res/templates/admin/label-manager/index.tpl b/client/res/templates/admin/label-manager/index.tpl
index fa86245af7..25fcce1d75 100644
--- a/client/res/templates/admin/label-manager/index.tpl
+++ b/client/res/templates/admin/label-manager/index.tpl
@@ -10,7 +10,10 @@
{{#each languageList}}
- {{translateOption this field='language'}}
+ {{translateOption this field='language'}}
{{/each}}
@@ -22,7 +25,11 @@
{{#each scopeList}}
- {{translate this category='scopeNames'}}
+ {{translate this category='scopeNames'}}
{{/each}}
diff --git a/client/res/templates/admin/link-manager/index.tpl b/client/res/templates/admin/link-manager/index.tpl
index 7024dc8b87..66bba51c36 100644
--- a/client/res/templates/admin/link-manager/index.tpl
+++ b/client/res/templates/admin/link-manager/index.tpl
@@ -26,6 +26,7 @@
placeholder="{{translate 'Search'}}"
data-name="quick-search"
class="form-control"
+ spellcheck="false"
>
{{/if}}
diff --git a/client/res/templates/global-search/global-search.tpl b/client/res/templates/global-search/global-search.tpl
index ef4bcf2a8d..d941d30d0a 100644
--- a/client/res/templates/global-search/global-search.tpl
+++ b/client/res/templates/global-search/global-search.tpl
@@ -1,7 +1,17 @@
diff --git a/client/res/templates/record/search.tpl b/client/res/templates/record/search.tpl
index 4149677e61..d17ca289b6 100644
--- a/client/res/templates/record/search.tpl
+++ b/client/res/templates/record/search.tpl
@@ -14,7 +14,6 @@