We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250c39f commit 21d6d41Copy full SHA for 21d6d41
packages/service-library/src/servicelib/aiohttp/rest_middlewares.py
@@ -25,7 +25,8 @@
25
26
DEFAULT_API_VERSION = "v0"
27
_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."
+ "We apologize for the inconvenience. "
29
+ "The issue has been recorded, but please report it if it persists."
30
)
31
32
0 commit comments