PR #3126 - changes Opps to Oops to be more gramatically correct
This commit is contained in:
parent
f83fe46c91
commit
01dedd818e
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue