diff --git a/app/assets/javascripts/app/views/generic/error/not_found.jst.eco b/app/assets/javascripts/app/views/generic/error/not_found.jst.eco
index 358b76c33..0d4d5e09e 100644
--- a/app/assets/javascripts/app/views/generic/error/not_found.jst.eco
+++ b/app/assets/javascripts/app/views/generic/error/not_found.jst.eco
@@ -1,4 +1,4 @@
<%- @Icon('diagonal-cross', 'icon-error') %>
-
<%- @T('Opps.. I\'m sorry, but I can\'t find this %s.', @objectName ) %>
-
\ No newline at end of file
+ <%- @T('Oops.. I\'m sorry, but I can\'t find this %s.', @objectName ) %>
+
diff --git a/app/assets/javascripts/app/views/generic/error/unauthorized.jst.eco b/app/assets/javascripts/app/views/generic/error/unauthorized.jst.eco
index 380c5e5d3..5a695337b 100644
--- a/app/assets/javascripts/app/views/generic/error/unauthorized.jst.eco
+++ b/app/assets/javascripts/app/views/generic/error/unauthorized.jst.eco
@@ -1,4 +1,4 @@
<%- @Icon('diagonal-cross', 'icon-error') %>
-
<%- @T('Opps.. I\'m sorry, but you have insufficient rights to open this %s.', @objectName ) %>
-
\ No newline at end of file
+ <%- @T('Oops.. I\'m sorry, but you have insufficient rights to open this %s.', @objectName ) %>
+
diff --git a/app/assets/javascripts/app/views/layout_ref/insufficient_rights.jst.eco b/app/assets/javascripts/app/views/layout_ref/insufficient_rights.jst.eco
index 71a1f94b6..d98fcca3a 100644
--- a/app/assets/javascripts/app/views/layout_ref/insufficient_rights.jst.eco
+++ b/app/assets/javascripts/app/views/layout_ref/insufficient_rights.jst.eco
@@ -1,4 +1,4 @@
<%- @Icon('diagonal-cross', 'icon-error') %>
-
Opps.. I'm sorry, but you have insufficient rights to open this ticket.
-
\ No newline at end of file
+ Oops.. I'm sorry, but you have insufficient rights to open this ticket.
+