From 01dedd818e75b3f67e931413e192ad374597611f Mon Sep 17 00:00:00 2001 From: Austin Snoeyink Date: Wed, 22 Jul 2020 14:48:46 -0400 Subject: [PATCH] PR #3126 - changes Opps to Oops to be more gramatically correct --- .../javascripts/app/views/generic/error/not_found.jst.eco | 4 ++-- .../javascripts/app/views/generic/error/unauthorized.jst.eco | 4 ++-- .../app/views/layout_ref/insufficient_rights.jst.eco | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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.

+