PR #3126 - changes Opps to Oops to be more gramatically correct

This commit is contained in:
Austin Snoeyink 2020-07-22 14:48:46 -04:00 committed by Mantas
parent f83fe46c91
commit 01dedd818e
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
<div class="flex fullscreenMessage">
<%- @Icon('diagonal-cross', 'icon-error') %>
<h2><%- @T('Opps.. I\'m sorry, but I can\'t find this %s.', @objectName ) %></h2>
</div>
<h2><%- @T('Oops.. I\'m sorry, but I can\'t find this %s.', @objectName ) %></h2>
</div>

View file

@ -1,4 +1,4 @@
<div class="flex fullscreenMessage">
<%- @Icon('diagonal-cross', 'icon-error') %>
<h2><%- @T('Opps.. I\'m sorry, but you have insufficient rights to open this %s.', @objectName ) %></h2>
</div>
<h2><%- @T('Oops.. I\'m sorry, but you have insufficient rights to open this %s.', @objectName ) %></h2>
</div>

View file

@ -1,4 +1,4 @@
<div class="flex fullscreenMessage">
<%- @Icon('diagonal-cross', 'icon-error') %>
<h2>Opps.. I'm sorry, but you have insufficient rights to open this ticket.</h2>
</div>
<h2>Oops.. I'm sorry, but you have insufficient rights to open this ticket.</h2>
</div>