Skip to content

Commit 21d6d41

Browse files
committed
minor
1 parent 250c39f commit 21d6d41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/service-library/src/servicelib/aiohttp/rest_middlewares.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
DEFAULT_API_VERSION = "v0"
2727
_FMSG_INTERNAL_ERROR_USER_FRIENDLY_WITH_OEC = (
28-
"We apologize for the inconvenience — the issue has been recorded, but please report it if it persists."
28+
"We apologize for the inconvenience. "
29+
"The issue has been recorded, but please report it if it persists."
2930
)
3031

3132

0 commit comments

Comments
 (0)