Skip to content

Commit e3f4b8e

Browse files
committed
Refactor: "error" -> "trace"
Update the wording to make this more clear.
1 parent 2dbd50c commit e3f4b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlibrary/i18n/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ msgstr ""
19161916
#: internalerror.html
19171917
#, python-format
19181918
msgid ""
1919-
"The reference code %s and Sentry error ID %s have been created to track "
1919+
"The reference code %s and Sentry trace ID %s have been created to track "
19201920
"this error and we will investigate as we're able."
19211921
msgstr ""
19221922

openlibrary/templates/internalerror.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>$_("A Problem Occurred")</h1>
1313
$evalue
1414
</code>
1515
$if sentry_event_id:
16-
<p>$:_("The reference code %s and Sentry error ID %s have been created to track this error and we will investigate as we're able.", name_webpy_error, sentry_event_id)</p>
16+
<p>$:_("The reference code %s and Sentry trace ID %s have been created to track this error and we will investigate as we're able.", name_webpy_error, sentry_event_id)</p>
1717
$else:
1818
<p>$:_("The reference code %s has been created to track this error and we will investigate as we're able.", name_webpy_error)</p>
1919
<p>$:_('Return to the <a class="go-back-link" href="javascript:;">previous page</a>?')</p>

0 commit comments

Comments
 (0)